arm64: dts: imx8mm: specify #sound-dai-cells for SAI nodes
authorMatt Porter <mporter@konsulko.com>
Wed, 15 Apr 2020 18:59:41 +0000 (14:59 -0400)
committerShawn Guo <shawnguo@kernel.org>
Wed, 29 Apr 2020 02:46:30 +0000 (10:46 +0800)
Add #sound-dai-cells properties to SAI nodes.

Signed-off-by: Matt Porter <mporter@konsulko.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mm.dtsi

index cc7152e..8453a65 100644 (file)
                        ranges = <0x30000000 0x30000000 0x400000>;
 
                        sai1: sai@30010000 {
+                               #sound-dai-cells = <0>;
                                compatible = "fsl,imx8mm-sai", "fsl,imx8mq-sai";
                                reg = <0x30010000 0x10000>;
                                interrupts = <GIC_SPI 95 IRQ_TYPE_LEVEL_HIGH>;
                        };
 
                        sai2: sai@30020000 {
+                               #sound-dai-cells = <0>;
                                compatible = "fsl,imx8mm-sai", "fsl,imx8mq-sai";
                                reg = <0x30020000 0x10000>;
                                interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
                        };
 
                        sai5: sai@30050000 {
+                               #sound-dai-cells = <0>;
                                compatible = "fsl,imx8mm-sai", "fsl,imx8mq-sai";
                                reg = <0x30050000 0x10000>;
                                interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
                        };
 
                        sai6: sai@30060000 {
+                               #sound-dai-cells = <0>;
                                compatible = "fsl,imx8mm-sai", "fsl,imx8mq-sai";
                                reg = <0x30060000 0x10000>;
                                interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;