Skip to content

Commit f10001a

Browse files
nergzd723gregkh
authored andcommitted
ARM: dts: exynos: Use Exynos5420 compatible for the MIPI video phy
[ Upstream commit 5d5aa21 ] 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> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent dae4d5a commit f10001a

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
@@ -539,7 +539,7 @@
539539
};
540540

541541
mipi_phy: mipi-video-phy {
542-
compatible = "samsung,s5pv210-mipi-video-phy";
542+
compatible = "samsung,exynos5420-mipi-video-phy";
543543
syscon = <&pmu_system_controller>;
544544
#phy-cells = <1>;
545545
};

0 commit comments

Comments
 (0)