arm64: dts: imx8m-beacon-kit: Remove extra sound-sai entry

'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>
This commit is contained in:
Fabio Estevam 2023-08-09 08:36:58 -03:00 committed by Shawn Guo
parent 21baf0b47f
commit bdbae4c1b4
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ sound-hdmi {
simple-audio-card,format = "i2s";
simple-audio-card,cpu {
sound-dai = <&sai5 0>;
sound-dai = <&sai5>;
system-clock-direction-out;
};

View File

@ -47,7 +47,7 @@ sound-hdmi {
simple-audio-card,format = "i2s";
simple-audio-card,cpu {
sound-dai = <&sai5 0>;
sound-dai = <&sai5>;
system-clock-direction-out;
};