aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/freescale
diff options
context:
space:
mode:
authorAngus Ainslie (Purism) <angus@akkea.ca>2019-03-29 08:21:30 -0700
committerShawn Guo <shawnguo@kernel.org>2019-04-03 17:59:18 +0700
commit7240d7d41fd05e7d841a744cd2d77019d7b1286f (patch)
treef69a2bd8ed7311fb58b45f04dcb77de4a289c997 /arch/arm64/boot/dts/freescale
parentarm64: dts: imx8mq: Fix the fsl,imx8mq-sdma compatible string (diff)
downloadlinux-dev-7240d7d41fd05e7d841a744cd2d77019d7b1286f.tar.xz
linux-dev-7240d7d41fd05e7d841a744cd2d77019d7b1286f.zip
arm64: dts: imx8mq: Change ahb clock for imx8mq
Set ahb clock on sdma1 to get rid of "Timeout waiting for CH0" on the imx8mq. Signed-off-by: Angus Ainslie (Purism) <angus@akkea.ca> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale')
-rw-r--r--arch/arm64/boot/dts/freescale/imx8mq.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
index e5f018289c14..4300781558f6 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
@@ -767,7 +767,7 @@
reg = <0x30bd0000 0x10000>;
interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clk IMX8MQ_CLK_SDMA1_ROOT>,
- <&clk IMX8MQ_CLK_SDMA1_ROOT>;
+ <&clk IMX8MQ_CLK_AHB>;
clock-names = "ipg", "ahb";
#dma-cells = <3>;
fsl,sdma-ram-script-name = "imx/sdma/sdma-imx7d.bin";