diff options
| author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2023-02-12 19:58:18 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-05-17 11:11:50 +0200 |
| commit | 3eeb26a3e41e9c3e51825373ee4cbed738fd7230 (patch) | |
| tree | e837f8d06ec531a35dd407c1a19ab227f99e04ba | |
| parent | 98a39072202d545b7963f98177a0b58890cb84eb (diff) | |
| download | linux-3eeb26a3e41e9c3e51825373ee4cbed738fd7230.tar.gz linux-3eeb26a3e41e9c3e51825373ee4cbed738fd7230.tar.bz2 linux-3eeb26a3e41e9c3e51825373ee4cbed738fd7230.zip | |
ARM: dts: s5pv210: correct MIPI CSIS clock name
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>
| -rw-r--r-- | arch/arm/boot/dts/s5pv210.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/s5pv210.dtsi b/arch/arm/boot/dts/s5pv210.dtsi index a215218237a6..f9930f509a92 100644 --- 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"; |
