diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-12-03 08:28:04 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-12-13 04:24:32 -0500 |
commit | c06551eedeea305be57cfa756cff03c2d4337179 (patch) | |
tree | 2cc5d2b6b79e4d883a40b7c175c3103544a647c1 /arch/arm/mach-ux500/cpu-db8500.c | |
parent | 089b5c9595eb3c516ab6af12802f16505cde271b (diff) |
ARM: ux500: delete U8540 UART auxdata
The other Ux500's does not need this anymore, and the U8540
certainly is no different.
Cc: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-ux500/cpu-db8500.c')
-rw-r--r-- | arch/arm/mach-ux500/cpu-db8500.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-ux500/cpu-db8500.c b/arch/arm/mach-ux500/cpu-db8500.c index 840452b89fc2..75ce3b14bc71 100644 --- a/arch/arm/mach-ux500/cpu-db8500.c +++ b/arch/arm/mach-ux500/cpu-db8500.c | |||
@@ -170,10 +170,6 @@ static struct of_dev_auxdata u8500_auxdata_lookup[] __initdata = { | |||
170 | }; | 170 | }; |
171 | 171 | ||
172 | static struct of_dev_auxdata u8540_auxdata_lookup[] __initdata = { | 172 | static struct of_dev_auxdata u8540_auxdata_lookup[] __initdata = { |
173 | /* Requires DMA bindings. */ | ||
174 | OF_DEV_AUXDATA("arm,pl011", 0x80120000, "uart0", NULL), | ||
175 | OF_DEV_AUXDATA("arm,pl011", 0x80121000, "uart1", NULL), | ||
176 | OF_DEV_AUXDATA("arm,pl011", 0x80007000, "uart2", NULL), | ||
177 | OF_DEV_AUXDATA("stericsson,db8500-prcmu", 0x80157000, "db8500-prcmu", | 173 | OF_DEV_AUXDATA("stericsson,db8500-prcmu", 0x80157000, "db8500-prcmu", |
178 | &db8500_prcmu_pdata), | 174 | &db8500_prcmu_pdata), |
179 | {}, | 175 | {}, |