summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/exynos5420.dtsi
diff options
context:
space:
mode:
authorHyungwon Hwang <human.hwang@samsung.com>2014-12-18 17:19:55 +0900
committerHyungwon Hwang <human.hwang@samsung.com>2014-12-23 11:09:32 +0900
commit952a883e2d461bc04f671f83486cc394e56904a5 (patch)
tree96bb60716b6fe603e7a7f6576b99c273986878ac /arch/arm/boot/dts/exynos5420.dtsi
parent77a417ee185c90c46b8ec36643a74248cc350fa8 (diff)
downloadlinux-3.10-952a883e2d461bc04f671f83486cc394e56904a5.tar.gz
linux-3.10-952a883e2d461bc04f671f83486cc394e56904a5.tar.bz2
linux-3.10-952a883e2d461bc04f671f83486cc394e56904a5.zip
arm: dts: exynos5420: add properties for HDMIPHY
This patch adds properties for HDMIPHY, so that HDMI node can refer the HDMIPHY node. Change-Id: Ie4cfdde1fd7206525c7b6e3393433c7851eaf707 Signed-off-by: Hyungwon Hwang <human.hwang@samsung.com>
Diffstat (limited to 'arch/arm/boot/dts/exynos5420.dtsi')
-rw-r--r--arch/arm/boot/dts/exynos5420.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi
index 1a9f7abacb9..7d0dfc328b1 100644
--- a/arch/arm/boot/dts/exynos5420.dtsi
+++ b/arch/arm/boot/dts/exynos5420.dtsi
@@ -665,11 +665,15 @@
"sclk_hdmiphy", "mout_hdmi";
phy = <&hdmiphy>;
samsung,syscon-phandle = <&pmu_system_controller>;
+ phys = <&hdmiphy 0>;
+ phy-names = "hdmiphy";
status = "disabled";
};
hdmiphy: hdmiphy@145D0000 {
+ compatible = "exynos4412-phy";
reg = <0x145D0000 0x20>;
+ #phy-cells = <1>;
};
mixer: mixer@14450000 {