Message ID | 20230217150627.779764-3-krzysztof.kozlowski@linaro.org |
---|---|
State | Accepted |
Commit | 6c950c20da38debf1ed531e0b972bd8b53d1c11f |
Headers | show |
Series | [1/3] ASoC: dt-bindings: wlf,wm8960: Convert to dtschema | expand |
On Fri, 17 Feb 2023 16:06:27 +0100, Krzysztof Kozlowski wrote: > The WM8960 Linux driver expects the clock to be named "mclk". Otherwise > the clock will be ignored and not prepared/enabled by the driver. > > Applied, thanks! [3/3] ARM: dts: exynos: fix WM8960 clock name in Itop Elite https://git.kernel.org/krzk/linux/c/6c950c20da38debf1ed531e0b972bd8b53d1c11f Best regards,
diff --git a/arch/arm/boot/dts/exynos4412-itop-elite.dts b/arch/arm/boot/dts/exynos4412-itop-elite.dts index b596e997e451..6260da187e92 100644 --- a/arch/arm/boot/dts/exynos4412-itop-elite.dts +++ b/arch/arm/boot/dts/exynos4412-itop-elite.dts @@ -182,7 +182,7 @@ codec: audio-codec@1a { compatible = "wlf,wm8960"; reg = <0x1a>; clocks = <&pmu_system_controller 0>; - clock-names = "MCLK1"; + clock-names = "mclk"; wlf,shared-lrclk; #sound-dai-cells = <0>; };
The WM8960 Linux driver expects the clock to be named "mclk". Otherwise the clock will be ignored and not prepared/enabled by the driver. Cc: <stable@vger.kernel.org> Fixes: 339b2fb36a67 ("ARM: dts: exynos: Add TOPEET itop elite based board") Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- arch/arm/boot/dts/exynos4412-itop-elite.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)