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

Commit 3aec5aed authored by Anmolpreet Kaur's avatar Anmolpreet Kaur Committed by Gerrit - the friendly Code Review server
Browse files

bindings: update documentation for support-legacy_smc

This change adds documenation for a newly added property for
smcinvoke driver, qcom,support-legacy_smc.

Change-Id: I8df90389901c4826031a841dd7f3decb90032384
parent 23f4a63f
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;
        };