diff options
Diffstat (limited to 'arch/arm/mach-omap2/prcm44xx.h')
-rw-r--r-- | arch/arm/mach-omap2/prcm44xx.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/prcm44xx.h b/arch/arm/mach-omap2/prcm44xx.h index f429cdd5a118..4fea2cfdf2c3 100644 --- a/arch/arm/mach-omap2/prcm44xx.h +++ b/arch/arm/mach-omap2/prcm44xx.h | |||
@@ -38,6 +38,11 @@ | |||
38 | #define OMAP54XX_SCRM_PARTITION 4 | 38 | #define OMAP54XX_SCRM_PARTITION 4 |
39 | #define OMAP54XX_PRCM_MPU_PARTITION 5 | 39 | #define OMAP54XX_PRCM_MPU_PARTITION 5 |
40 | 40 | ||
41 | #define DRA7XX_PRM_PARTITION 1 | ||
42 | #define DRA7XX_CM_CORE_AON_PARTITION 2 | ||
43 | #define DRA7XX_CM_CORE_PARTITION 3 | ||
44 | #define DRA7XX_MPU_PRCM_PARTITION 5 | ||
45 | |||
41 | /* | 46 | /* |
42 | * OMAP4_MAX_PRCM_PARTITIONS: set to the highest value of the PRCM partition | 47 | * OMAP4_MAX_PRCM_PARTITIONS: set to the highest value of the PRCM partition |
43 | * IDs, plus one | 48 | * IDs, plus one |