Skip to content

Commit 958c601

Browse files
TE-N-ShengjiuWangShawn Guo
authored andcommitted
arm64: dts: imx8mn: fix compatible string for sdma
SDMA in i.MX8MN should use same configuration as i.MX8MQ So need to change compatible string to be "fsl,imx8mq-sdma". Fixes: 6c3debc ("arm64: dts: freescale: Add i.MX8MN dtsi support") Signed-off-by: Shengjiu Wang <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent e346ff9 commit 958c601

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

arch/arm64/boot/dts/freescale/imx8mn.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@
288288
};
289289

290290
sdma3: dma-controller@302b0000 {
291-
compatible = "fsl,imx8mn-sdma", "fsl,imx7d-sdma";
291+
compatible = "fsl,imx8mn-sdma", "fsl,imx8mq-sdma";
292292
reg = <0x302b0000 0x10000>;
293293
interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
294294
clocks = <&clk IMX8MN_CLK_SDMA3_ROOT>,
@@ -299,7 +299,7 @@
299299
};
300300

301301
sdma2: dma-controller@302c0000 {
302-
compatible = "fsl,imx8mn-sdma", "fsl,imx7d-sdma";
302+
compatible = "fsl,imx8mn-sdma", "fsl,imx8mq-sdma";
303303
reg = <0x302c0000 0x10000>;
304304
interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
305305
clocks = <&clk IMX8MN_CLK_SDMA2_ROOT>,
@@ -612,7 +612,7 @@
612612
};
613613

614614
sdma1: dma-controller@30bd0000 {
615-
compatible = "fsl,imx8mn-sdma", "fsl,imx7d-sdma";
615+
compatible = "fsl,imx8mn-sdma", "fsl,imx8mq-sdma";
616616
reg = <0x30bd0000 0x10000>;
617617
interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
618618
clocks = <&clk IMX8MN_CLK_SDMA1_ROOT>,

0 commit comments

Comments
 (0)