Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f10001af authored by Markuss Broks's avatar Markuss Broks Committed by Greg Kroah-Hartman
Browse files

ARM: dts: exynos: Use Exynos5420 compatible for the MIPI video phy



[ Upstream commit 5d5aa219a790d61cad2c38e1aa32058f16ad2f0b ]

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: default avatarMarkuss Broks <markuss.broks@gmail.com>
Link: https://lore.kernel.org/r/20230121201844.46872-2-markuss.broks@gmail.com


Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent dae4d5ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -539,7 +539,7 @@
		};

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