Skip to content

Commit 574518b

Browse files
Marek VasutShawn Guo
authored andcommitted
arm64: dts: imx8mn: Fix SAI nodes
The most specific compatible string element should be "fsl,imx8mn-sai" on i.MX8M Nano, fix it from current "fsl,imx8mm-sai" (two Ms, likely due to copy-paste error from i.MX8M Mini). Fixes: 9e98600 ("arm64: dts: imx8mn: Add SAI nodes") Signed-off-by: Marek Vasut <[email protected]> Cc: Adam Ford <[email protected]> Cc: Fabio Estevam <[email protected]> Cc: Peng Fan <[email protected]> Cc: Shawn Guo <[email protected]> Cc: NXP Linux Team <[email protected]> To: [email protected] Reviewed-by: Adam Ford <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent c7b45c7 commit 574518b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@
293293
ranges;
294294

295295
sai2: sai@30020000 {
296-
compatible = "fsl,imx8mm-sai", "fsl,imx8mq-sai";
296+
compatible = "fsl,imx8mn-sai", "fsl,imx8mq-sai";
297297
reg = <0x30020000 0x10000>;
298298
interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
299299
clocks = <&clk IMX8MN_CLK_SAI2_IPG>,
@@ -307,7 +307,7 @@
307307
};
308308

309309
sai3: sai@30030000 {
310-
compatible = "fsl,imx8mm-sai", "fsl,imx8mq-sai";
310+
compatible = "fsl,imx8mn-sai", "fsl,imx8mq-sai";
311311
reg = <0x30030000 0x10000>;
312312
interrupts = <GIC_SPI 50 IRQ_TYPE_LEVEL_HIGH>;
313313
clocks = <&clk IMX8MN_CLK_SAI3_IPG>,
@@ -321,7 +321,7 @@
321321
};
322322

323323
sai5: sai@30050000 {
324-
compatible = "fsl,imx8mm-sai", "fsl,imx8mq-sai";
324+
compatible = "fsl,imx8mn-sai", "fsl,imx8mq-sai";
325325
reg = <0x30050000 0x10000>;
326326
interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
327327
clocks = <&clk IMX8MN_CLK_SAI5_IPG>,
@@ -337,7 +337,7 @@
337337
};
338338

339339
sai6: sai@30060000 {
340-
compatible = "fsl,imx8mm-sai", "fsl,imx8mq-sai";
340+
compatible = "fsl,imx8mn-sai", "fsl,imx8mq-sai";
341341
reg = <0x30060000 0x10000>;
342342
interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
343343
clocks = <&clk IMX8MN_CLK_SAI6_IPG>,
@@ -394,7 +394,7 @@
394394
};
395395

396396
sai7: sai@300b0000 {
397-
compatible = "fsl,imx8mm-sai", "fsl,imx8mq-sai";
397+
compatible = "fsl,imx8mn-sai", "fsl,imx8mq-sai";
398398
reg = <0x300b0000 0x10000>;
399399
interrupts = <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>;
400400
clocks = <&clk IMX8MN_CLK_SAI7_IPG>,

0 commit comments

Comments
 (0)