From ab8fa8891015ebe687e7027646e03de5fc5940fa Mon Sep 17 00:00:00 2001 From: Robin Gong Date: Thu, 20 Aug 2020 02:10:09 +0800 Subject: [PATCH] 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 --- arch/arm64/boot/dts/freescale/imx8mp.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>, -- 2.17.1