ARM: OMAP4: PM: Fix the PRM and CM base addresses
[safe/jmp/linux-2.6] / arch / arm / plat-omap / include / plat / common.h
index e977967..2f816fe 100644 (file)
@@ -58,6 +58,7 @@ struct omap_globals {
        void __iomem    *ctrl;          /* System Control Module */
        void __iomem    *prm;           /* Power and Reset Management */
        void __iomem    *cm;            /* Clock Management */
+       void __iomem    *cm2;
 };
 
 void omap2_set_globals_242x(void);