aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylwester Nawrocki <s.nawrocki@samsung.com>2013-08-05 13:49:44 -0400
committerKukjin Kim <kgene.kim@samsung.com>2013-08-05 13:49:44 -0400
commit48b3af1e9c6e856228e5fff7d7b62a2122a5804f (patch)
treedf8b82f45dbecb121d5143e21c4c593f724bf861
parent2ab9f3c04bc1935c12bc6d9fbd7a1d1e72695d0b (diff)
ARM: dts: Use generic DMA bindings for Exynos4 SPI devices
The Exynos4 SPI controller has migrated to the generic DMA bindings since commit b5be04d35dbb("spi: s3c64xx: Modify SPI driver to use generic DMA DT support"). Use the generic bindings to specify the corresponding DMA to make the SPI usable again on Exynos4x12 SoCs. Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Reviewed-by: Tomasz Figa <t.figa@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
-rw-r--r--arch/arm/boot/dts/exynos4.dtsi12
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi
index 3f94fe8e3706..bce225413b58 100644
--- a/arch/arm/boot/dts/exynos4.dtsi
+++ b/arch/arm/boot/dts/exynos4.dtsi
@@ -297,8 +297,8 @@
297 compatible = "samsung,exynos4210-spi"; 297 compatible = "samsung,exynos4210-spi";
298 reg = <0x13920000 0x100>; 298 reg = <0x13920000 0x100>;
299 interrupts = <0 66 0>; 299 interrupts = <0 66 0>;
300 tx-dma-channel = <&pdma0 7>; /* preliminary */ 300 dmas = <&pdma0 7>, <&pdma0 6>;
301 rx-dma-channel = <&pdma0 6>; /* preliminary */ 301 dma-names = "tx", "rx";
302 #address-cells = <1>; 302 #address-cells = <1>;
303 #size-cells = <0>; 303 #size-cells = <0>;
304 clocks = <&clock 327>, <&clock 159>; 304 clocks = <&clock 327>, <&clock 159>;
@@ -312,8 +312,8 @@
312 compatible = "samsung,exynos4210-spi"; 312 compatible = "samsung,exynos4210-spi";
313 reg = <0x13930000 0x100>; 313 reg = <0x13930000 0x100>;
314 interrupts = <0 67 0>; 314 interrupts = <0 67 0>;
315 tx-dma-channel = <&pdma1 7>; /* preliminary */ 315 dmas = <&pdma1 7>, <&pdma1 6>;
316 rx-dma-channel = <&pdma1 6>; /* preliminary */ 316 dma-names = "tx", "rx";
317 #address-cells = <1>; 317 #address-cells = <1>;
318 #size-cells = <0>; 318 #size-cells = <0>;
319 clocks = <&clock 328>, <&clock 160>; 319 clocks = <&clock 328>, <&clock 160>;
@@ -327,8 +327,8 @@
327 compatible = "samsung,exynos4210-spi"; 327 compatible = "samsung,exynos4210-spi";
328 reg = <0x13940000 0x100>; 328 reg = <0x13940000 0x100>;
329 interrupts = <0 68 0>; 329 interrupts = <0 68 0>;
330 tx-dma-channel = <&pdma0 9>; /* preliminary */ 330 dmas = <&pdma0 9>, <&pdma0 8>;
331 rx-dma-channel = <&pdma0 8>; /* preliminary */ 331 dma-names = "tx", "rx";
332 #address-cells = <1>; 332 #address-cells = <1>;
333 #size-cells = <0>; 333 #size-cells = <0>;
334 clocks = <&clock 329>, <&clock 161>; 334 clocks = <&clock 329>, <&clock 161>;