summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorSandor Yu <R01008@freescale.com>2013-08-13 16:48:32 +0800
committerJason Liu <r64343@freescale.com>2013-08-23 07:30:17 +0800
commit2f80d7380ffacdc604026c4e9dc013bac7d3ea18 (patch)
tree50a8b0858dc78015f563004e55f84e97f90904a5 /Documentation
parent885ecdaeae8b6fc1810ac5e730aecf914fd0e138 (diff)
ENGR00274059-01 MX6 HDMI: Add fsl,hdcp property
- Initialize hdmi driver to support hdcp according dts property fsl,hdcp. - Remove unused code. - Add fsl,hdcp property description in mxc_hdmi_video.txt Signed-off-by: Sandor Yu <R01008@freescale.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/video/mxc_hdmi_video.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/video/mxc_hdmi_video.txt b/Documentation/devicetree/bindings/video/mxc_hdmi_video.txt
index cb9ca7301300..d10542084959 100644
--- a/Documentation/devicetree/bindings/video/mxc_hdmi_video.txt
+++ b/Documentation/devicetree/bindings/video/mxc_hdmi_video.txt
@@ -2,6 +2,8 @@ Device-Tree bindings for hdmi video driver
Required properties:
- compatible: value should be "fsl,imx6q-hdmi-video".
+- fsl,hdcp: define the property in dts, hdmi driver will initalize for hdcp,
+ otherwise hdcp function will not supported.
- 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
@@ -11,6 +13,7 @@ Example:
hdmi_video {
compatible = "fsl,imx6q-hdmi-video";
+ fsl,hdcp;
fsl,phy_reg_vlev = <0x0294>;
fsl,phy_reg_cksymtx = <0x800d>;
};