Skip to content

Commit 62fb541

Browse files
Marek VasutShawn Guo
authored andcommitted
arm64: dts: imx8mn: specify #sound-dai-cells for SAI nodes
Add #sound-dai-cells properties to SAI nodes. Reviewed-by: Adam Ford <[email protected]> Reviewed-by: Fabio Estevam <[email protected]> Fixes: 9e98600 ("arm64: dts: imx8mn: Add SAI nodes") Signed-off-by: Marek Vasut <[email protected]> Reviewed-by: Marco Felsch <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 1cd489e commit 62fb541

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@
296296
sai2: sai@30020000 {
297297
compatible = "fsl,imx8mn-sai", "fsl,imx8mq-sai";
298298
reg = <0x30020000 0x10000>;
299+
#sound-dai-cells = <0>;
299300
interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
300301
clocks = <&clk IMX8MN_CLK_SAI2_IPG>,
301302
<&clk IMX8MN_CLK_DUMMY>,
@@ -310,6 +311,7 @@
310311
sai3: sai@30030000 {
311312
compatible = "fsl,imx8mn-sai", "fsl,imx8mq-sai";
312313
reg = <0x30030000 0x10000>;
314+
#sound-dai-cells = <0>;
313315
interrupts = <GIC_SPI 50 IRQ_TYPE_LEVEL_HIGH>;
314316
clocks = <&clk IMX8MN_CLK_SAI3_IPG>,
315317
<&clk IMX8MN_CLK_DUMMY>,
@@ -324,6 +326,7 @@
324326
sai5: sai@30050000 {
325327
compatible = "fsl,imx8mn-sai", "fsl,imx8mq-sai";
326328
reg = <0x30050000 0x10000>;
329+
#sound-dai-cells = <0>;
327330
interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
328331
clocks = <&clk IMX8MN_CLK_SAI5_IPG>,
329332
<&clk IMX8MN_CLK_DUMMY>,
@@ -340,6 +343,7 @@
340343
sai6: sai@30060000 {
341344
compatible = "fsl,imx8mn-sai", "fsl,imx8mq-sai";
342345
reg = <0x30060000 0x10000>;
346+
#sound-dai-cells = <0>;
343347
interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
344348
clocks = <&clk IMX8MN_CLK_SAI6_IPG>,
345349
<&clk IMX8MN_CLK_DUMMY>,
@@ -397,6 +401,7 @@
397401
sai7: sai@300b0000 {
398402
compatible = "fsl,imx8mn-sai", "fsl,imx8mq-sai";
399403
reg = <0x300b0000 0x10000>;
404+
#sound-dai-cells = <0>;
400405
interrupts = <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>;
401406
clocks = <&clk IMX8MN_CLK_SAI7_IPG>,
402407
<&clk IMX8MN_CLK_DUMMY>,

0 commit comments

Comments
 (0)