diff mbox series

ARM: dts: imx6ul-geam: Remove invalid sgtl5000 property

Message ID 20230728193104.1051033-1-festevam@gmail.com (mailing list archive)
State New, archived
Headers show
Series ARM: dts: imx6ul-geam: Remove invalid sgtl5000 property | expand

Commit Message

Fabio Estevam July 28, 2023, 7:31 p.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:  

imx6ul-isiot-nand.dtb: codec@a: Unevaluated properties are not allowed ('clock-names' was unexpected)

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 arch/arm/boot/dts/nxp/imx/imx6ul-geam.dts | 1 -
 1 file changed, 1 deletion(-)

Comments

Shawn Guo Aug. 6, 2023, 3:51 a.m. UTC | #1
On Fri, Jul 28, 2023 at 04:31:04PM -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:  
> 
> imx6ul-isiot-nand.dtb: 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/arm/boot/dts/nxp/imx/imx6ul-geam.dts b/arch/arm/boot/dts/nxp/imx/imx6ul-geam.dts
index a0097da03f38..875ae699c5cb 100644
--- a/arch/arm/boot/dts/nxp/imx/imx6ul-geam.dts
+++ b/arch/arm/boot/dts/nxp/imx/imx6ul-geam.dts
@@ -148,7 +148,6 @@  sgtl5000: codec@a {
 		reg = <0x0a>;
 		#sound-dai-cells = <0>;
 		clocks = <&clks IMX6UL_CLK_OSC>;
-		clock-names = "mclk";
 		VDDA-supply = <&reg_3p3v>;
 		VDDIO-supply = <&reg_3p3v>;
 		VDDD-supply = <&reg_1p8v>;