From bee3f2ec33d85a6bfb228d27f62a24993e9ce37e Mon Sep 17 00:00:00 2001 From: Rabin Vincent Date: Fri, 27 Aug 2010 14:14:23 +0530 Subject: prcm: fix DB8500v2 TCDM base address and I2C chip id Handle the changed TCDM base address on DB8500v2, and the required chip bits to the I2C slave address. Based on the Linux modifications. Change-Id: I9fc8df1553824bd03a908a5c4285be284ea158db Signed-off-by: Rabin Vincent Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/4213 Reviewed-by: Michael BRANDT --- include/asm-arm/arch-stw8500/hardware.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/asm-arm/arch-stw8500/hardware.h b/include/asm-arm/arch-stw8500/hardware.h index abc93a20d..777a50c3b 100644 --- a/include/asm-arm/arch-stw8500/hardware.h +++ b/include/asm-arm/arch-stw8500/hardware.h @@ -64,7 +64,8 @@ /* Per4 */ #define U8500_PRCMU_BASE (U8500_PER4_BASE + 0x07000) -#define U8500_PRCMU_TCDM_BASE (U8500_PER4_BASE + 0x0f000) +#define U8500_PRCMU_TCDM_BASE_V1 (U8500_PER4_BASE + 0x0f000) +#define U8500_PRCMU_TCDM_BASE (U8500_PER4_BASE + 0x68000) /* Per3 */ #define U8500_UART2_BASE (U8500_PER3_BASE + 0x7000) -- cgit v1.2.3