From a61ef470eae4ea70202ce8738c21ea1587fa5816 Mon Sep 17 00:00:00 2001 From: Ambresh K Date: Tue, 9 Jul 2013 13:02:11 +0530 Subject: ARM: OMAP: DRA7: PRCM: Add DRA7XX local MPU PRCM regsiters Add the PRCM MPU registers for DRA7XX platforms Signed-off-by: Ambresh K Signed-off-by: Tero Kristo Signed-off-by: Rajendra Nayak [paul@pwsan.com: added generation notation to comments] Signed-off-by: Paul Walmsley --- arch/arm/mach-omap2/prcm44xx.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'arch/arm/mach-omap2/prcm44xx.h') 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 @@ #define OMAP54XX_SCRM_PARTITION 4 #define OMAP54XX_PRCM_MPU_PARTITION 5 +#define DRA7XX_PRM_PARTITION 1 +#define DRA7XX_CM_CORE_AON_PARTITION 2 +#define DRA7XX_CM_CORE_PARTITION 3 +#define DRA7XX_MPU_PRCM_PARTITION 5 + /* * OMAP4_MAX_PRCM_PARTITIONS: set to the highest value of the PRCM partition * IDs, plus one -- cgit v1.2.3-59-g8ed1b