mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-01-28 16:30:37 +00:00
Add device-tree bindings documentation to describe the properties for smcinvoke driver. Change-Id: I8dffd218ff4f2c860379e70c14e10fa8bcb16bfb
10 lines
210 B
Plaintext
10 lines
210 B
Plaintext
* SMCInvoke driver to provide transport between TZ and Linux
|
|
|
|
Required properties:
|
|
- compatible : Should be "qcom,smcinvoke"
|
|
|
|
Example:
|
|
qcom_smcinvoke: smcinvoke@87900000 {
|
|
compatible = "qcom,smcinvoke";
|
|
};
|