diff options
author | 2023-08-07 08:31:56 -0300 | |
---|---|---|
committer | 2023-08-11 22:09:07 +0800 | |
commit | 8b200238fb99d84f3351b6446ef21f85269817eb (patch) | |
tree | f79c66c41e71277f3c0b59404bced9713e2bc4c0 | |
parent | arm64: dts: imx8m-venice: Pass "brcm,bcm4329-fmac" (diff) | |
download | wireguard-linux-8b200238fb99d84f3351b6446ef21f85269817eb.tar.xz wireguard-linux-8b200238fb99d84f3351b6446ef21f85269817eb.zip |
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: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mp-msc-sm2s-ep1.dts | 1 |
1 files changed, 0 insertions, 1 deletions
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 @@ 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 = <®_vcc_3v3_audio>; |