ARM: dts: exynos: fix WM8960 clock name in Itop Elite
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 17 Feb 2023 15:06:27 +0000 (16:06 +0100)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 6 Mar 2023 09:31:15 +0000 (10:31 +0100)
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")
Link: https://lore.kernel.org/r/20230217150627.779764-3-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
arch/arm/boot/dts/exynos4412-itop-elite.dts

index b596e997e451a1b191acb7ddd6b9b28e815fa908..6260da187e92cf7c763b1f83ced7d699460cd62c 100644 (file)
                compatible = "wlf,wm8960";
                reg = <0x1a>;
                clocks = <&pmu_system_controller 0>;
-               clock-names = "MCLK1";
+               clock-names = "mclk";
                wlf,shared-lrclk;
                #sound-dai-cells = <0>;
        };