Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ca28b0ff authored by Dinesh K Garg's avatar Dinesh K Garg
Browse files

bindings: Add device-tree bindings for smcinvoke driver

Add device-tree bindings documentation to describe the
properties for smcinvoke driver.

Change-Id: I8dffd218ff4f2c860379e70c14e10fa8bcb16bfb
parent c023615f
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
* SMCInvoke driver to provide transport between TZ and Linux

Required properties:
- compatible : Should be "qcom,smcinvoke"

Example:
	qcom_smcinvoke: smcinvoke@87900000 {
		compatible = "qcom,smcinvoke";
	};