diff options
author | Sandor Yu <R01008@freescale.com> | 2013-08-13 16:48:32 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2013-10-30 09:54:36 +0800 |
commit | e293f8fa32971bf8c12baab0d19c84d4c1eadacb (patch) | |
tree | 7c2537d0d6ad688d7af615b1a13be8ee138f6198 /Documentation | |
parent | 680a4d2c49e9810a804a5f7c13d6ddac7fb7ffb6 (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.txt | 3 |
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>; }; |