Skip to content

Commit ebfa895

Browse files
ohporterShawn Guo
authored andcommitted
arm64: dts: imx8mm: specify #sound-dai-cells for SAI nodes
Add #sound-dai-cells properties to SAI nodes. Signed-off-by: Matt Porter <[email protected]> Reviewed-by: Fabio Estevam <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 6895681 commit ebfa895

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@
270270
ranges = <0x30000000 0x30000000 0x400000>;
271271

272272
sai1: sai@30010000 {
273+
#sound-dai-cells = <0>;
273274
compatible = "fsl,imx8mm-sai", "fsl,imx8mq-sai";
274275
reg = <0x30010000 0x10000>;
275276
interrupts = <GIC_SPI 95 IRQ_TYPE_LEVEL_HIGH>;
@@ -283,6 +284,7 @@
283284
};
284285

285286
sai2: sai@30020000 {
287+
#sound-dai-cells = <0>;
286288
compatible = "fsl,imx8mm-sai", "fsl,imx8mq-sai";
287289
reg = <0x30020000 0x10000>;
288290
interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
@@ -310,6 +312,7 @@
310312
};
311313

312314
sai5: sai@30050000 {
315+
#sound-dai-cells = <0>;
313316
compatible = "fsl,imx8mm-sai", "fsl,imx8mq-sai";
314317
reg = <0x30050000 0x10000>;
315318
interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
@@ -323,6 +326,7 @@
323326
};
324327

325328
sai6: sai@30060000 {
329+
#sound-dai-cells = <0>;
326330
compatible = "fsl,imx8mm-sai", "fsl,imx8mq-sai";
327331
reg = <0x30060000 0x10000>;
328332
interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;

0 commit comments

Comments
 (0)