From: Robin Gong Date: Wed, 19 Aug 2020 18:10:09 +0000 (+0800) Subject: arm64: dts: imx8mp: correct sdma1 clk and compatible name X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~577^2~2^2~368 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=ab8fa8891015ebe687e7027646e03de5fc5940fa;p=linux.git arm64: dts: imx8mp: correct sdma1 clk and compatible name Correct sdma1 compatible name and clock setting in dts, because in the future 'fsl,imx8mp-sdma' is used for sdma2/3 which could be off/on runtime. sdma1 is kept on always like legacy chips like i.mx8mq/i.mx7d/i.mx6 etc. Besides, correct sdma1 clock setting since it's 1:2 clock ratio instead of 1:1, otherwise, sdma1 will not work. Signed-off-by: Robin Gong Reviewed-by: Anson Huang --- diff --git a/arch/arm64/boot/dts/freescale/imx8mp.dtsi b/arch/arm64/boot/dts/freescale/imx8mp.dtsi index 09768c25c16b..fa4427b11577 100644 --- a/arch/arm64/boot/dts/freescale/imx8mp.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mp.dtsi @@ -1088,7 +1088,7 @@ }; sdma1: dma-controller@30bd0000 { - compatible = "fsl,imx8mp-sdma", "fsl,imx8mq-sdma"; + compatible = "fsl,imx8mq-sdma"; reg = <0x30bd0000 0x10000>; interrupts = ; clocks = <&clk IMX8MP_CLK_SDMA1_ROOT>,