Skip to content

Commit 5d5aa21

Browse files
nergzd723krzk
authored andcommitted
ARM: dts: exynos: Use Exynos5420 compatible for the MIPI video phy
For some reason, the driver adding support for Exynos5420 MIPI phy back in 2016 wasn't used on Exynos5420, which caused a kernel panic. Add the proper compatible for it. Signed-off-by: Markuss Broks <markuss.broks@gmail.com> Link: https://lore.kernel.org/r/20230121201844.46872-2-markuss.broks@gmail.com Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
1 parent c27e7d2 commit 5d5aa21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/exynos5420.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@
592592
};
593593

594594
mipi_phy: mipi-video-phy {
595-
compatible = "samsung,s5pv210-mipi-video-phy";
595+
compatible = "samsung,exynos5420-mipi-video-phy";
596596
syscon = <&pmu_system_controller>;
597597
#phy-cells = <1>;
598598
};

0 commit comments

Comments
 (0)