diff --git a/bindings/hdcp/hdcp.txt b/bindings/hdcp/hdcp.txt new file mode 100644 index 00000000..27a30566 --- /dev/null +++ b/bindings/hdcp/hdcp.txt @@ -0,0 +1,11 @@ +* Hdcp driver to provide transport between display driver and TZ + +Required properties: +- compatible : Should be "qcom,hdcp" +- qcom,use-smcinvoke : indicates if driver support smcinvoke for kernel to tz communication. + +Example: + qcom,hdcp { + compatible = "qcom,hdcp"; + qcom,use-smcinvoke = <1>; + }; diff --git a/qcom/anorak.dtsi b/qcom/anorak.dtsi index ae819305..1c269166 100644 --- a/qcom/anorak.dtsi +++ b/qcom/anorak.dtsi @@ -2373,6 +2373,11 @@ }; }; + qcom,hdcp { + compatible = "qcom,hdcp"; + qcom,use-smcinvoke = <1>; + }; + qcom,mem-buf-msgq { compatible = "qcom,mem-buf-msgq"; };