ARM: dts: msm: Add entry for smcinvoke enablement

Add entry for hdcp smcinvoke enablement.

Change-Id: I1251af8f693886bb579dee47c211237b21ee41ad
This commit is contained in:
Sheik Anwar Shabic Y
2023-04-29 01:05:38 +05:30
parent 1cc5115554
commit 3a8018d594
2 changed files with 16 additions and 0 deletions

11
bindings/hdcp/hdcp.txt Normal file
View File

@@ -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>;
};

View File

@@ -2373,6 +2373,11 @@
};
};
qcom,hdcp {
compatible = "qcom,hdcp";
qcom,use-smcinvoke = <1>;
};
qcom,mem-buf-msgq {
compatible = "qcom,mem-buf-msgq";
};