diff mbox series

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

Message ID 20230807113156.905009-1-festevam@gmail.com (mailing list archive)
State New, archived
Headers show
Series arm64: dts: imx8mp-msc-sm2s-ep1: Remove invalid sgtl5000 property | expand

Commit Message

Fabio Estevam Aug. 7, 2023, 11:31 a.m. UTC
From: Fabio Estevam <festevam@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@a: Unevaluated properties are not allowed ('clock-names' was unexpected)

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

Comments

Shawn Guo Aug. 11, 2023, 2:09 p.m. UTC | #1
On Mon, Aug 07, 2023 at 08:31:56AM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@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@a: Unevaluated properties are not allowed ('clock-names' was unexpected)
> 
> Signed-off-by: Fabio Estevam <festevam@denx.de>

Applied, thanks!
diff mbox series

Patch

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@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>;