Message ID | 16af1bd2847da8b2a265e2a4389942ae11dea7c5.1634565154.git.geert+renesas@glider.be (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | ASoC: wm8962: Conversion to json-schema and fix | expand |
On Mon, Oct 18, 2021 at 03:59:02PM +0200, Geert Uytterhoeven wrote: > The wlf,wm8962 Device Tree bindings do not specify a clock-names > property. Drop it. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Applied, thanks.
diff --git a/arch/arm64/boot/dts/freescale/imx8mn-beacon-baseboard.dtsi b/arch/arm64/boot/dts/freescale/imx8mn-beacon-baseboard.dtsi index 376ca8ff721331b8..0f40b43ac091c0f9 100644 --- a/arch/arm64/boot/dts/freescale/imx8mn-beacon-baseboard.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mn-beacon-baseboard.dtsi @@ -126,7 +126,6 @@ wm8962: audio-codec@1a { compatible = "wlf,wm8962"; reg = <0x1a>; clocks = <&clk IMX8MN_CLK_SAI3_ROOT>; - clock-names = "xclk"; DCVDD-supply = <®_audio>; DBVDD-supply = <®_audio>; AVDD-supply = <®_audio>;
The wlf,wm8962 Device Tree bindings do not specify a clock-names property. Drop it. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- See also commit 190621e0f6094001 ("arm64: dts: imx8mm-beacon: Drop unused clock-names reference"). --- arch/arm64/boot/dts/freescale/imx8mn-beacon-baseboard.dtsi | 1 - 1 file changed, 1 deletion(-)