summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleksandr Suvorov <cryosay@gmail.com>2019-04-16 09:49:43 +0300
committerPhilippe Schenker <philippe.schenker@toradex.com>2019-05-09 11:13:57 +0200
commit0e6b9bfaa909ec68c31c4163be5a76ff6da50a71 (patch)
tree74e299f1333aa93717fbaa67865ab54b6c19781e
parent8276cc61cc54bae63825f27888f0b03345de53d9 (diff)
ARM: dts: imx6q: correct SDMA script type for spi5
Commit 41ec065fc5841 fixes ecspi sdma script type for spi1-4 only. Commit df07101e1c4a2 sets wrong type of sdma script for SPI5. The workaroud sdma script NOT work in SPBA bus, so return back the correct sdma script type for spi5. Related to: #48675 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
-rw-r--r--arch/arm/boot/dts/imx6q.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6q.dtsi b/arch/arm/boot/dts/imx6q.dtsi
index 84c1aa18aad1..b24909ab9177 100644
--- a/arch/arm/boot/dts/imx6q.dtsi
+++ b/arch/arm/boot/dts/imx6q.dtsi
@@ -157,7 +157,7 @@
clocks = <&clks IMX6Q_CLK_ECSPI5>,
<&clks IMX6Q_CLK_ECSPI5>;
clock-names = "ipg", "per";
- dmas = <&sdma 11 8 1>, <&sdma 12 8 2>;
+ dmas = <&sdma 11 7 1>, <&sdma 12 7 2>;
dma-names = "rx", "tx";
status = "disabled";
};