Charulatha V <charu@xxxxxx> writes: > This patch adds the CM_FCLKEN_WKUP, CM_ICLKEN_WKUP, PM_WKEN_WKUP > shared bits for OMAP2PLUS watchdog timer module > > Signed-off-by: Charulatha V <charu@xxxxxx> > --- > arch/arm/mach-omap2/prcm-common.h | 4 ++++ > 1 files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/mach-omap2/prcm-common.h b/arch/arm/mach-omap2/prcm-common.h > index 64d1027..3666b63 100644 > --- a/arch/arm/mach-omap2/prcm-common.h > +++ b/arch/arm/mach-omap2/prcm-common.h > @@ -237,6 +237,8 @@ > #define OMAP24XX_ST_USB_MASK (1 << 0) > > /* CM_FCLKEN_WKUP, CM_ICLKEN_WKUP, PM_WKEN_WKUP shared bits */ > +#define OMAP24XX_EN_WDT2_SHIFT 3 > +#define OMAP24XX_EN_WDT2 (1 << 3) > #define OMAP24XX_EN_GPIOS_SHIFT 2 > #define OMAP24XX_EN_GPIOS (1 << 2) > #define OMAP24XX_EN_GPT1_SHIFT 0 > @@ -344,6 +346,8 @@ > #define OMAP3430_ST_D2D_MASK (1 << 3) > > /* CM_FCLKEN_WKUP, CM_ICLKEN_WKUP, PM_WKEN_WKUP shared bits */ > +#define OMAP3430_EN_WDT2 (1 << 5) > +#define OMAP3430_EN_WDT2_SHIFT 5 > #define OMAP3430_EN_GPIO1 (1 << 3) > #define OMAP3430_EN_GPIO1_SHIFT 3 > #define OMAP3430_EN_GPT12 (1 << 1) This needs a refresh against current pm-wip/* branches based on v2.6.35. These defines were updated to include the _MASK suffix for consistency. Kevin -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html