projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5867fe1
)
ARM: ux500: Remove AUXDATA relating to UART clock-name bindings
author
Lee Jones
<lee.jones@linaro.org>
Thu, 6 Jun 2013 11:38:32 +0000
(12:38 +0100)
committer
Linus Walleij
<linus.walleij@linaro.org>
Thu, 26 Sep 2013 09:06:17 +0000
(11:06 +0200)
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-ux500/cpu-db8500.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-ux500/cpu-db8500.c
b/arch/arm/mach-ux500/cpu-db8500.c
index 0390b1aaf4a1958f5809dd8993184c177823d53c..87bba2e0f035899593e20d7ca2cbb8a8882f751d 100644
(file)
--- a/
arch/arm/mach-ux500/cpu-db8500.c
+++ b/
arch/arm/mach-ux500/cpu-db8500.c
@@
-219,9
+219,6
@@
static struct of_dev_auxdata u8500_auxdata_lookup[] __initdata = {
/* Requires call-back bindings. */
OF_DEV_AUXDATA("arm,cortex-a9-pmu", 0, "arm-pmu", &db8500_pmu_platdata),
/* 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("arm,pl022", 0x80002000, "ssp0", &ssp0_plat),
OF_DEV_AUXDATA("arm,pl18x", 0x80126000, "sdi0", NULL),
OF_DEV_AUXDATA("arm,pl18x", 0x80118000, "sdi1", NULL),