Commit 8b200238 authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo

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

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: default avatarFabio Estevam <festevam@denx.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent e4f7fbf7
...@@ -55,7 +55,6 @@ sgtl5000: audio-codec@a { ...@@ -55,7 +55,6 @@ sgtl5000: audio-codec@a {
assigned-clock-parents = <&clk IMX8MP_CLK_24M>; assigned-clock-parents = <&clk IMX8MP_CLK_24M>;
assigned-clock-rates = <24000000>; assigned-clock-rates = <24000000>;
clocks = <&clk IMX8MP_CLK_CLKOUT1>; clocks = <&clk IMX8MP_CLK_CLKOUT1>;
clock-names = "mclk";
#sound-dai-cells = <0>; #sound-dai-cells = <0>;
VDDA-supply = <&reg_vcc_3v3_audio>; VDDA-supply = <&reg_vcc_3v3_audio>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment