aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien CHAUVEAU <julien.chauveau@neo-technologies.fr>2014-10-10 04:04:13 -0400
committerHeiko Stuebner <heiko@sntech.de>2014-10-20 05:52:25 -0400
commitb3e3a7b25825407144a0178f291b20697f1537fb (patch)
tree2286175d8afd8b71e427a66abef5305b70fc499f
parent3adb1327fb020394a10394a5117ac7d2ec5334d3 (diff)
ARM: dts: rockchip: enable DMA on SPI for rk3066 and rk3188
According to the RK3066 and RK3188 TRM, the two SPI controllers support DMA handshake interface. Add the DMA properties so they can be used when needed. Signed-off-by: Julien CHAUVEAU <julien.chauveau@neo-technologies.fr> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r--arch/arm/boot/dts/rk3xxx.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3xxx.dtsi b/arch/arm/boot/dts/rk3xxx.dtsi
index 499468d42ada..9ba92de511ca 100644
--- a/arch/arm/boot/dts/rk3xxx.dtsi
+++ b/arch/arm/boot/dts/rk3xxx.dtsi
@@ -367,6 +367,8 @@
367 reg = <0x20070000 0x1000>; 367 reg = <0x20070000 0x1000>;
368 #address-cells = <1>; 368 #address-cells = <1>;
369 #size-cells = <0>; 369 #size-cells = <0>;
370 dmas = <&dmac2 10>, <&dmac2 11>;
371 dma-names = "tx", "rx";
370 status = "disabled"; 372 status = "disabled";
371 }; 373 };
372 374
@@ -378,6 +380,8 @@
378 reg = <0x20074000 0x1000>; 380 reg = <0x20074000 0x1000>;
379 #address-cells = <1>; 381 #address-cells = <1>;
380 #size-cells = <0>; 382 #size-cells = <0>;
383 dmas = <&dmac2 12>, <&dmac2 13>;
384 dma-names = "tx", "rx";
381 status = "disabled"; 385 status = "disabled";
382 }; 386 };
383}; 387};