mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 04:59:05 +00:00
ARM: dts: msm: Add entry for smcinvoke enablement
Add entry for hdcp smcinvoke enablement. Change-Id: I1251af8f693886bb579dee47c211237b21ee41ad
This commit is contained in:
11
bindings/hdcp/hdcp.txt
Normal file
11
bindings/hdcp/hdcp.txt
Normal 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>;
|
||||
};
|
||||
@@ -2373,6 +2373,11 @@
|
||||
};
|
||||
};
|
||||
|
||||
qcom,hdcp {
|
||||
compatible = "qcom,hdcp";
|
||||
qcom,use-smcinvoke = <1>;
|
||||
};
|
||||
|
||||
qcom,mem-buf-msgq {
|
||||
compatible = "qcom,mem-buf-msgq";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user