diff options
author | Robert Jarzmik <robert.jarzmik@free.fr> | 2015-06-20 10:17:28 +0200 |
---|---|---|
committer | Robert Jarzmik <robert.jarzmik@free.fr> | 2015-07-10 22:29:22 +0200 |
commit | 316c938218355f1c4688c9cbec88509cf9a2f4db (patch) | |
tree | 84e60411db0e5d1a1f69ce6e4a6499e059ad57e5 /arch/arm/boot/dts/pxa2xx.dtsi | |
parent | ARM: dts: pxa: add dma engine node to pxa3xx-nand (diff) | |
download | linux-316c938218355f1c4688c9cbec88509cf9a2f4db.tar.xz linux-316c938218355f1c4688c9cbec88509cf9a2f4db.zip |
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.dtsi | 4 |
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"; }; |