From 3a8018d5944241f225f085e2a7b7e9b4e966cf83 Mon Sep 17 00:00:00 2001 From: Sheik Anwar Shabic Y Date: Sat, 29 Apr 2023 01:05:38 +0530 Subject: [PATCH] ARM: dts: msm: Add entry for smcinvoke enablement Add entry for hdcp smcinvoke enablement. Change-Id: I1251af8f693886bb579dee47c211237b21ee41ad --- bindings/hdcp/hdcp.txt | 11 +++++++++++ qcom/anorak.dtsi | 5 +++++ 2 files changed, 16 insertions(+) create mode 100644 bindings/hdcp/hdcp.txt 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"; };