Skip to content

Commit 0d74776

Browse files
Javier Martinez CanillasKukjin Kim
authored andcommitted
ARM: dts: Make DP a consumer of DISP1 power domain on Exynos5420
Commit ea08de1 ("ARM: dts: Add DISP1 power domain for exynos5420") added a device node for the Exynos5420 DISP1 power domain but dit not make the DP controller a consumer of that power domain. This causes an "Unhandled fault: imprecise external abort" error if the exynos-dp driver tries to access the DP controller registers and the PD was turned off. This lead to a kernel panic and a complete system hang. Make the DP controller device node a consumer of the DISP1 power domain to ensure that the PD is turned on when the exynos-dp driver is probed. Fixes: ea08de1 ("ARM: dts: Add DISP1 power domain for exynos5420") Signed-off-by: Javier Martinez Canillas <[email protected]> Signed-off-by: Kukjin Kim <[email protected]>
1 parent b787f68 commit 0d74776

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/boot/dts/exynos5420.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,7 @@
536536
clock-names = "dp";
537537
phys = <&dp_phy>;
538538
phy-names = "dp";
539+
power-domains = <&disp_pd>;
539540
};
540541

541542
mipi_phy: video-phy@10040714 {

0 commit comments

Comments
 (0)