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

Commit e93e5454 authored by Vivek Gautam's avatar Vivek Gautam Committed by Kukjin Kim
Browse files

arm: dts: Use pmu_system_controller phandle for dp phy



DP PHY now require pmu-system-controller to handle PMU register
to control PHY's power isolation. Adding the same to dp-phy
node.

Signed-off-by: default avatarVivek Gautam <gautam.vivek@samsung.com>
Reviewed-by: default avatarJingoo Han <jg1.han@samsung.com>
Tested-by: default avatarJavier Martinez Canillas <javier.martinez@collabora.co.uk>
Signed-off-by: default avatarKukjin Kim <kgene@kernel.org>
parent 97bf6af1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -736,7 +736,7 @@

	dp_phy: video-phy@10040720 {
		compatible = "samsung,exynos5250-dp-video-phy";
		reg = <0x10040720 4>;
		samsung,pmu-syscon = <&pmu_system_controller>;
		#phy-cells = <0>;
	};

+2 −2
Original line number Diff line number Diff line
@@ -503,8 +503,8 @@
	};

	dp_phy: video-phy@10040728 {
		compatible = "samsung,exynos5250-dp-video-phy";
		reg = <0x10040728 4>;
		compatible = "samsung,exynos5420-dp-video-phy";
		samsung,pmu-syscon = <&pmu_system_controller>;
		#phy-cells = <0>;
	};