summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/pxa2xx.dtsi
diff options
context:
space:
mode:
authorRobert Jarzmik <robert.jarzmik@free.fr>2015-06-20 10:17:28 +0200
committerRobert Jarzmik <robert.jarzmik@free.fr>2015-07-10 22:29:22 +0200
commit316c938218355f1c4688c9cbec88509cf9a2f4db (patch)
tree84e60411db0e5d1a1f69ce6e4a6499e059ad57e5 /arch/arm/boot/dts/pxa2xx.dtsi
parentc943646d1f497e0ef832fd7148dd2150a75b79a9 (diff)
ARM: dts: pxa: add dma pxamci nodes to pxa3xx
Add the 3 possible mmc controllers on pxa3xx SoCs to the devicetree description. Add the dma and clocks to the device-tree description of pxa27x and pxa3xx at the same time. Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Diffstat (limited to 'arch/arm/boot/dts/pxa2xx.dtsi')
-rw-r--r--arch/arm/boot/dts/pxa2xx.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/pxa2xx.dtsi b/arch/arm/boot/dts/pxa2xx.dtsi
index 71a0cd7388d1..5e5af078b9b5 100644
--- a/arch/arm/boot/dts/pxa2xx.dtsi
+++ b/arch/arm/boot/dts/pxa2xx.dtsi
@@ -128,6 +128,10 @@
compatible = "marvell,pxa-mmc";
reg = <0x41100000 0x1000>;
interrupts = <23>;
+ clocks = <&clks CLK_MMC>;
+ dmas = <&pdma 21 3
+ &pdma 22 3>;
+ dma-names = "rx", "tx";
status = "disabled";
};