]> git.itanic.dy.fi Git - linux-stable/commitdiff
ARM: dts: s5pv210: correct MIPI CSIS clock name
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sun, 12 Feb 2023 18:58:18 +0000 (19:58 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 May 2023 09:50:24 +0000 (11:50 +0200)
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@vger.kernel.org>
Link: https://lore.kernel.org/r/20230212185818.43503-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/boot/dts/s5pv210.dtsi

index c5265f3ae31d64acb020d429a24adce01972abc6..415d0f555858c86f10e7dc408d72cfb50141550b 100644 (file)
@@ -582,7 +582,7 @@ csis0: csis@fa600000 {
                                interrupts = <29>;
                                clocks = <&clocks CLK_CSIS>,
                                                <&clocks SCLK_CSIS>;
-                               clock-names = "clk_csis",
+                               clock-names = "csis",
                                                "sclk_csis";
                                bus-width = <4>;
                                status = "disabled";