]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ENGR00274226-01 MX6 HDMI: document for mxc specific properties.
authorSandor Yu <R01008@freescale.com>
Wed, 7 Aug 2013 11:12:28 +0000 (19:12 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Mon, 16 Jun 2014 14:17:14 +0000 (16:17 +0200)
Add hdmi core and video dts properties description document.

Signed-off-by: Sandor Yu <R01008@freescale.com>
Documentation/devicetree/bindings/video/mxc_hdmi_video.txt [new file with mode: 0644]

diff --git a/Documentation/devicetree/bindings/video/mxc_hdmi_video.txt b/Documentation/devicetree/bindings/video/mxc_hdmi_video.txt
new file mode 100644 (file)
index 0000000..cb9ca73
--- /dev/null
@@ -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>;
+       };
+