mirror of https://gitee.com/openkylin/linux.git
ARM: dts: add pmu syscon handle to exynos5420 hdmi
Add PMU syscon handle to HDMI dt node for controlling PHY Enable/Disable bit. Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
parent
e54d90ec2f
commit
3a7e5dd558
|
@ -663,6 +663,7 @@ hdmi: hdmi@14530000 {
|
||||||
clock-names = "hdmi", "sclk_hdmi", "sclk_pixel",
|
clock-names = "hdmi", "sclk_hdmi", "sclk_pixel",
|
||||||
"sclk_hdmiphy", "mout_hdmi";
|
"sclk_hdmiphy", "mout_hdmi";
|
||||||
phy = <&hdmiphy>;
|
phy = <&hdmiphy>;
|
||||||
|
samsung,syscon-phandle = <&pmu_system_controller>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue