From da408a0be8c85ce3ef4018b01246e1fed4f860ed Mon Sep 17 00:00:00 2001 From: Tatenda Chipeperekwa Date: Thu, 20 Feb 2020 21:20:47 -0800 Subject: [PATCH] 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 --- bindings/msm_hdcp.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 bindings/msm_hdcp.txt 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"; +};