Skip to content

Commit e93e545

Browse files
Vivek GautamKukjin Kim
authored andcommitted
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: Vivek Gautam <gautam.vivek@samsung.com> Reviewed-by: Jingoo Han <jg1.han@samsung.com> Tested-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk> Signed-off-by: Kukjin Kim <kgene@kernel.org>
1 parent 97bf6af commit e93e545

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

arch/arm/boot/dts/exynos5250.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@
736736

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

arch/arm/boot/dts/exynos5420.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -503,8 +503,8 @@
503503
};
504504

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

0 commit comments

Comments
 (0)