diff --git a/bindings/msm_hdcp.txt b/bindings/msm_hdcp.txt new file mode 100644 index 00000000..8d5f55d7 --- /dev/null +++ b/bindings/msm_hdcp.txt @@ -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"; +};