Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64: dts: imx8mm: fix compatible string for sdma

SDMA in i.MX8MM should use same configuration as i.MX8MQ
So need to change compatible string to be "fsl,imx8mq-sdma".

Fixes: a05ea40eb384 ("arm64: dts: imx: Add i.mx8mm dtsi support")
Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Shengjiu Wang and committed by
Shawn Guo
e346ff93 cabe5f85

+3 -3
+3 -3
arch/arm64/boot/dts/freescale/imx8mm.dtsi
··· 394 394 }; 395 395 396 396 sdma2: dma-controller@302c0000 { 397 - compatible = "fsl,imx8mm-sdma", "fsl,imx7d-sdma"; 397 + compatible = "fsl,imx8mm-sdma", "fsl,imx8mq-sdma"; 398 398 reg = <0x302c0000 0x10000>; 399 399 interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>; 400 400 clocks = <&clk IMX8MM_CLK_SDMA2_ROOT>, ··· 405 405 }; 406 406 407 407 sdma3: dma-controller@302b0000 { 408 - compatible = "fsl,imx8mm-sdma", "fsl,imx7d-sdma"; 408 + compatible = "fsl,imx8mm-sdma", "fsl,imx8mq-sdma"; 409 409 reg = <0x302b0000 0x10000>; 410 410 interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>; 411 411 clocks = <&clk IMX8MM_CLK_SDMA3_ROOT>, ··· 737 737 }; 738 738 739 739 sdma1: dma-controller@30bd0000 { 740 - compatible = "fsl,imx8mm-sdma", "fsl,imx7d-sdma"; 740 + compatible = "fsl,imx8mm-sdma", "fsl,imx8mq-sdma"; 741 741 reg = <0x30bd0000 0x10000>; 742 742 interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>; 743 743 clocks = <&clk IMX8MM_CLK_SDMA1_ROOT>,