From a065ee95afbb9868dbb0c900d516ea45a8e0edff Mon Sep 17 00:00:00 2001 From: Rabin Vincent Date: Fri, 20 Aug 2010 09:45:19 +0530 Subject: ux500: add DB8500v2 support - Add cpu_is_u8500v2() for identification: ASICID has moved, so use the MIDR for primary identification. - Handle the changed MTU0 enable bit - Handle the MMC DBLOCKSIZE field move ST-Ericsson ID: CR267426 Change-Id: Ieae6032cf4e96796a8b53cfb95b28b26d4cf9a7b Signed-off-by: Rabin Vincent Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/3960 Reviewed-by: Martin LUNDHOLM Reviewed-by: Michael BRANDT --- include/asm-arm/arch-stw8500/hardware.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/asm-arm/arch-stw8500/hardware.h b/include/asm-arm/arch-stw8500/hardware.h index 1ecefadc2..abc93a20d 100644 --- a/include/asm-arm/arch-stw8500/hardware.h +++ b/include/asm-arm/arch-stw8500/hardware.h @@ -78,8 +78,8 @@ #define U8500_UART1_BASE (U8500_PER1_BASE + 0x1000) #define U8500_CLKRST1_BASE (U8500_PER1_BASE + 0xf000) -/* Last page of Boot ROM */ -#define U8500_BOOTROM_BASE 0x9001f000 -#define U8500_BOOTROM_ASIC_ID_OFFSET 0x0ff4 +#define U8500_BOOTROM_BASE 0x90000000 +#define U8500_ASIC_ID_LOC_ED_V1 (U8500_BOOTROM_BASE + 0x1FFF4) +#define U8500_ASIC_ID_LOC_V2 (U8500_BOOTROM_BASE + 0x1DBF4) #endif /* __ASM_ARCH_HARDWARE_H */ -- cgit v1.2.3