aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/video/exynos_hdmi.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/devicetree/bindings/video/exynos_hdmi.txt')
-rw-r--r--Documentation/devicetree/bindings/video/exynos_hdmi.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/video/exynos_hdmi.txt b/Documentation/devicetree/bindings/video/exynos_hdmi.txt
index 75ada041389e..1fd8cf9cbfac 100644
--- a/Documentation/devicetree/bindings/video/exynos_hdmi.txt
+++ b/Documentation/devicetree/bindings/video/exynos_hdmi.txt
@@ -28,6 +28,7 @@ Required properties:
28 "hdmi", "sclk_hdmi", "sclk_pixel", "sclk_hdmiphy" and "mout_hdmi". 28 "hdmi", "sclk_hdmi", "sclk_pixel", "sclk_hdmiphy" and "mout_hdmi".
29- ddc: phandle to the hdmi ddc node 29- ddc: phandle to the hdmi ddc node
30- phy: phandle to the hdmi phy node 30- phy: phandle to the hdmi phy node
31- samsung,syscon-phandle: phandle for system controller node for PMU.
31 32
32Example: 33Example:
33 34
@@ -38,4 +39,5 @@ Example:
38 hpd-gpio = <&gpx3 7 1>; 39 hpd-gpio = <&gpx3 7 1>;
39 ddc = <&hdmi_ddc_node>; 40 ddc = <&hdmi_ddc_node>;
40 phy = <&hdmi_phy_node>; 41 phy = <&hdmi_phy_node>;
42 samsung,syscon-phandle = <&pmu_system_controller>;
41 }; 43 };