aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRahul Sharma <rahul.sharma@samsung.com>2013-09-22 00:40:13 +0530
committerTushar Behera <tushar.behera@linaro.org>2013-12-18 11:52:01 +0530
commitb39aec1872096ebf96b23701afb773a671884292 (patch)
tree514cb385016c21d3d3562397c54f4a52b89cb906
parent8cc8b46f40d2c25b75b8e41cadf29b41245f6449 (diff)
ARM: dts: update hdmiphy dt node for exynos5250
hdmiphy dt node needs a child node called 'phy-power-control' which represents the PMU register for power controlling the hdmiphy. hdmi driver dt node provides phy property which points to the hdmiphy dt node. Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com> Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
-rw-r--r--arch/arm/boot/dts/exynos5250-smdk5250.dts9
1 files changed, 8 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/exynos5250-smdk5250.dts b/arch/arm/boot/dts/exynos5250-smdk5250.dts
index 13746dfb20a..760be90c867 100644
--- a/arch/arm/boot/dts/exynos5250-smdk5250.dts
+++ b/arch/arm/boot/dts/exynos5250-smdk5250.dts
@@ -134,9 +134,15 @@
samsung,i2c-sda-delay = <100>;
samsung,i2c-max-bus-freq = <66000>;
- hdmiphy@38 {
+ hdmiphy: hdmiphy@38 {
compatible = "samsung,exynos4212-hdmiphy";
reg = <0x38>;
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ phy-power-control {
+ reg = <0x10040700 0x04>;
+ };
};
};
@@ -212,6 +218,7 @@
hdmi {
hpd-gpio = <&gpx3 7 0>;
+ phy = <&hdmiphy>;
};
codec@11000000 {