This is a note to let you know that I've just added the patch titled ARM: dts: s5pv210: correct MIPI CSIS clock name to the 4.14-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-s5pv210-correct-mipi-csis-clock-name.patch and it can be found in the queue-4.14 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 665b9459bb53b8f19bd1541567e1fe9782c83c4b Mon Sep 17 00:00:00 2001 From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Date: Sun, 12 Feb 2023 19:58:18 +0100 Subject: ARM: dts: s5pv210: correct MIPI CSIS clock name From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> commit 665b9459bb53b8f19bd1541567e1fe9782c83c4b upstream. The Samsung S5P/Exynos MIPI CSIS bindings and Linux driver expect first clock name to be "csis". Otherwise the driver fails to probe. Fixes: 94ad0f6d9278 ("ARM: dts: Add Device tree for s5pv210 SoC") Cc: <stable@xxxxxxxxxxxxxxx> Link: https://lore.kernel.org/r/20230212185818.43503-2-krzysztof.kozlowski@xxxxxxxxxx Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- arch/arm/boot/dts/s5pv210.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/arm/boot/dts/s5pv210.dtsi +++ b/arch/arm/boot/dts/s5pv210.dtsi @@ -563,7 +563,7 @@ interrupts = <29>; clocks = <&clocks CLK_CSIS>, <&clocks SCLK_CSIS>; - clock-names = "clk_csis", + clock-names = "csis", "sclk_csis"; bus-width = <4>; status = "disabled"; Patches currently in stable-queue which might be from krzysztof.kozlowski@xxxxxxxxxx are queue-4.14/arm-dts-s5pv210-correct-mipi-csis-clock-name.patch queue-4.14/arm-dts-exynos-fix-wm8960-clock-name-in-itop-elite.patch