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

Commit 517b8c8e authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "bindings: update documentation for support-legacy_smc"

parents ca563ed6 3aec5aed
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -2,8 +2,16 @@

Required properties:
- compatible : Should be "qcom,smcinvoke"
- qcom,support-legacy_smc : indicates that secure side uses QCOM_SCM_SMCINVOKE_INVOKE_LEGACY (value = 0x00) for smcinvoke
			    functionality.

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

Example: For targets where secure side runs with QCOM_SCM_SMCINVOKE_INVOKE_LEGACY cmd id
	qcom_smcinvoke: smcinvoke@87900000 {
                compatible = "qcom,smcinvoke";
		qcom,support-legacy_smc;
        };