ARM: ux500: Remove incorrect DB9540 PRCMU TCDM base location
authorLee Jones <lee.jones@linaro.org>
Tue, 2 Apr 2013 13:21:49 +0000 (14:21 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 27 May 2013 12:06:50 +0000 (14:06 +0200)
The Tightly Coupled Data Memory for the DB9540 is actually in the
same place as the DB8500's. This definition is just plain wrong.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-ux500/db8500-regs.h

index b2d7a0b98629f243dea5512cbc5ce35c810dfd6c..1055c54caf787843dd23ba57c043cd4bb4a7c8a6 100644 (file)
 #define U8500_PRCMU_BASE       (U8500_PER4_BASE + 0x07000)
 #define U9540_DMC1_BASE                (U8500_PER4_BASE + 0x0A000)
 #define U8500_PRCMU_TCDM_BASE  (U8500_PER4_BASE + 0x68000)
-#define U9540_PRCMU_TCDM_BASE  (U8500_PER4_BASE + 0x6A000)
 #define U8500_PRCMU_TCPM_BASE   (U8500_PER4_BASE + 0x60000)
 #define U8500_PRCMU_TIMER_3_BASE (U8500_PER4_BASE + 0x07338)
 #define U8500_PRCMU_TIMER_4_BASE (U8500_PER4_BASE + 0x07450)
This page took 0.024823 seconds and 5 git commands to generate.