projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
089b5c9
)
ARM: ux500: delete U8540 UART auxdata
author
Linus Walleij
<linus.walleij@linaro.org>
Tue, 3 Dec 2013 13:28:04 +0000
(14:28 +0100)
committer
Linus Walleij
<linus.walleij@linaro.org>
Fri, 13 Dec 2013 09:24:32 +0000
(10:24 +0100)
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>
arch/arm/mach-ux500/cpu-db8500.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-ux500/cpu-db8500.c
b/arch/arm/mach-ux500/cpu-db8500.c
index 840452b89fc2eeacd9cbcea9831bb358a75f115c..75ce3b14bc7174179bda756bd71603d3828c57e3 100644
(file)
--- 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 = {
};
static struct of_dev_auxdata u8540_auxdata_lookup[] __initdata = {
- /* Requires DMA bindings. */
- OF_DEV_AUXDATA("arm,pl011", 0x80120000, "uart0", NULL),
- OF_DEV_AUXDATA("arm,pl011", 0x80121000, "uart1", NULL),
- OF_DEV_AUXDATA("arm,pl011", 0x80007000, "uart2", NULL),
OF_DEV_AUXDATA("stericsson,db8500-prcmu", 0x80157000, "db8500-prcmu",
&db8500_prcmu_pdata),
{},