dt-bindings: add binding documentation for MSM HDCP driver

This change adds the binding documentation for the MSM HDCP
driver on kernel-5.4.

Change-Id: I618e6e0254f63bca4769965305157813ca2c9f03
This commit is contained in:
Tatenda Chipeperekwa
2020-02-20 21:20:47 -08:00
parent d0dbb66b55
commit da408a0be8

14
bindings/msm_hdcp.txt Normal file
View File

@@ -0,0 +1,14 @@
MSM HDCP driver
Standalone driver managing HDCP related communications
between TZ and HLOS for MSM chipset.
Required properties:
compatible = "qcom,msm-hdcp";
Example:
qcom_msmhdcp: qcom,msm_hdcp {
compatible = "qcom,msm-hdcp";
};