arm64: dts: imx8m-beacon-kit: Remove extra sound-sai entry
authorFabio Estevam <festevam@denx.de>
Wed, 9 Aug 2023 11:36:58 +0000 (08:36 -0300)
committerShawn Guo <shawnguo@kernel.org>
Fri, 11 Aug 2023 14:25:23 +0000 (22:25 +0800)
'sound-dai' should contain only 'sai5'. Remove the extra entry to
fix the following schema warning:

imx8mm-beacon-kit.dtb: sound-hdmi: simple-audio-card,cpu:sound-dai: [[110], [0]] is too long
from schema $id: http://devicetree.org/schemas/sound/simple-card.yaml#

Signed-off-by: Fabio Estevam <festevam@denx.de>
Acked-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mm-beacon-kit.dts
arch/arm64/boot/dts/freescale/imx8mn-beacon-kit.dts

index 66d68ce..905c98c 100644 (file)
@@ -47,7 +47,7 @@
                simple-audio-card,format = "i2s";
 
                simple-audio-card,cpu {
-                       sound-dai = <&sai5 0>;
+                       sound-dai = <&sai5>;
                        system-clock-direction-out;
                };
 
index 442ff29..35b8d20 100644 (file)
@@ -47,7 +47,7 @@
                simple-audio-card,format = "i2s";
 
                simple-audio-card,cpu {
-                       sound-dai = <&sai5 0>;
+                       sound-dai = <&sai5>;
                        system-clock-direction-out;
                };