[PATCH] arm64: dts: imx8mp-msc-sm2s-ep1: Remove invalid sgtl5000 property

Fabio Estevam festevam at gmail.com
Mon Aug 7 04:31:56 PDT 2023


From: Fabio Estevam <festevam at denx.de>

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 at a: Unevaluated properties are not allowed ('clock-names' was unexpected)

Signed-off-by: Fabio Estevam <festevam at denx.de>
---
 arch/arm64/boot/dts/freescale/imx8mp-msc-sm2s-ep1.dts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8mp-msc-sm2s-ep1.dts b/arch/arm64/boot/dts/freescale/imx8mp-msc-sm2s-ep1.dts
index 64d522c71a44..e4215c83ee0f 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp-msc-sm2s-ep1.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mp-msc-sm2s-ep1.dts
@@ -55,7 +55,6 @@ sgtl5000: audio-codec at a {
 		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>;
-- 
2.34.1




More information about the linux-arm-kernel mailing list