summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/video
diff options
context:
space:
mode:
authorSandor Yu <R01008@freescale.com>2013-08-07 19:12:28 +0800
committerJason Liu <r64343@freescale.com>2013-10-30 09:54:35 +0800
commit6fc8e3aa1f90196417005b264e8616d04971c0ce (patch)
tree2805b59856ca184df6d069f63f660cdd3e09c0d2 /Documentation/devicetree/bindings/video
parent84545e19a07240b5cca4304b73d31e8b49536fcc (diff)
ENGR00274226-01 MX6 HDMI: document for mxc specific properties.
Add hdmi core and video dts properties description document. Signed-off-by: Sandor Yu <R01008@freescale.com>
Diffstat (limited to 'Documentation/devicetree/bindings/video')
-rw-r--r--Documentation/devicetree/bindings/video/mxc_hdmi_video.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/video/mxc_hdmi_video.txt b/Documentation/devicetree/bindings/video/mxc_hdmi_video.txt
new file mode 100644
index 000000000000..cb9ca7301300
--- /dev/null
+++ b/Documentation/devicetree/bindings/video/mxc_hdmi_video.txt
@@ -0,0 +1,17 @@
+Device-Tree bindings for hdmi video driver
+
+Required properties:
+- compatible: value should be "fsl,imx6q-hdmi-video".
+- fsl,phy_reg_vlev: hdmi phy register,Voltage Level Control Register offset 0x0e,
+ adjust hdmi phy signal voltage level.
+- fsl,phy_reg_cksymtx: hdmi phy register, clock symbol and transmitter control
+ register offset 0x09, adjust hdmi signal pre-emphasis.
+
+Example:
+
+ hdmi_video {
+ compatible = "fsl,imx6q-hdmi-video";
+ fsl,phy_reg_vlev = <0x0294>;
+ fsl,phy_reg_cksymtx = <0x800d>;
+ };
+