This is a note to let you know that I've just added the patch titled ARM: dts: exynos: fix WM8960 clock name in Itop Elite to the 5.10-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: arm-dts-exynos-fix-wm8960-clock-name-in-itop-elite.patch and it can be found in the queue-5.10 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 6c950c20da38debf1ed531e0b972bd8b53d1c11f Mon Sep 17 00:00:00 2001 From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Date: Fri, 17 Feb 2023 16:06:27 +0100 Subject: ARM: dts: exynos: fix WM8960 clock name in Itop Elite From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> commit 6c950c20da38debf1ed531e0b972bd8b53d1c11f upstream. 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@xxxxxxxxxxxxxxx> Fixes: 339b2fb36a67 ("ARM: dts: exynos: Add TOPEET itop elite based board") Link: https://lore.kernel.org/r/20230217150627.779764-3-krzysztof.kozlowski@xxxxxxxxxx Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- arch/arm/boot/dts/exynos4412-itop-elite.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/arm/boot/dts/exynos4412-itop-elite.dts +++ b/arch/arm/boot/dts/exynos4412-itop-elite.dts @@ -179,7 +179,7 @@ compatible = "wlf,wm8960"; reg = <0x1a>; clocks = <&pmu_system_controller 0>; - clock-names = "MCLK1"; + clock-names = "mclk"; wlf,shared-lrclk; #sound-dai-cells = <0>; }; Patches currently in stable-queue which might be from krzysztof.kozlowski@xxxxxxxxxx are queue-5.10/arm-dts-s5pv210-correct-mipi-csis-clock-name.patch queue-5.10/iio-light-max44009-add-missing-of-device-matching.patch queue-5.10/arm-dts-exynos-fix-wm8960-clock-name-in-itop-elite.patch queue-5.10/rtc-omap-include-header-for-omap_rtc_power_off_progr.patch