diff options
author | 2023-07-28 16:31:04 -0300 | |
---|---|---|
committer | 2023-08-06 11:51:39 +0800 | |
commit | 14735186723134cf89723799964ad1847032ec5f (patch) | |
tree | fad853b503fcf8e4330a78c5e06ca77cc8a6e275 | |
parent | ARM: dts: imx28: drop incorrect reg in fixed regulators (diff) | |
download | wireguard-linux-14735186723134cf89723799964ad1847032ec5f.tar.xz wireguard-linux-14735186723134cf89723799964ad1847032ec5f.zip |
ARM: dts: imx6ul-geam: Remove invalid sgtl5000 property
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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm/boot/dts/nxp/imx/imx6ul-geam.dts | 1 |
1 files changed, 0 insertions, 1 deletions
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 @@ reg = <0x0a>; #sound-dai-cells = <0>; clocks = <&clks IMX6UL_CLK_OSC>; - clock-names = "mclk"; VDDA-supply = <®_3p3v>; VDDIO-supply = <®_3p3v>; VDDD-supply = <®_1p8v>; |