arm64: dts: imx8mp-msc-sm2s-ep1: Remove invalid sgtl5000 property
authorFabio Estevam <festevam@denx.de>
Mon, 7 Aug 2023 11:31:56 +0000 (08:31 -0300)
committerShawn Guo <shawnguo@kernel.org>
Fri, 11 Aug 2023 14:09:07 +0000 (22:09 +0800)
As per sgtl5000.yaml, 'clock-names' is not a valid property.

Remove it to fix the following schema warning:

imx8mp-msc-sm2s-ep1.dtb: audio-codec@a: Unevaluated properties are not allowed ('clock-names' was unexpected)

Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mp-msc-sm2s-ep1.dts

index 64d522c..e4215c8 100644 (file)
@@ -55,7 +55,6 @@
                assigned-clock-parents = <&clk IMX8MP_CLK_24M>;
                assigned-clock-rates = <24000000>;
                clocks = <&clk IMX8MP_CLK_CLKOUT1>;
-               clock-names = "mclk";
                #sound-dai-cells = <0>;
 
                VDDA-supply  = <&reg_vcc_3v3_audio>;