diff options
author | Vamsi Krishna Gattupalli <[email protected]> | 2022-02-14 16:09:57 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2022-03-18 14:11:00 +0100 |
commit | 87ccc14ee640ee32c43796d3db4f46b12353debc (patch) | |
tree | f3cfadaa77dd2700cb554823461fada995ee77b0 | |
parent | 7f1f481263c3ce5387d4fd5ad63ddaa8a295aab2 (diff) |
dt-bindings: misc: add fastrpc domain vmid property
Add fastrpc domain virtual machine IDs property. This property is used to
setup memory protection for remote processor.
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Vamsi Krishna Gattupalli <[email protected]>
Signed-off-by: Srinivas Kandagatla <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/misc/qcom,fastrpc.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/misc/qcom,fastrpc.txt b/Documentation/devicetree/bindings/misc/qcom,fastrpc.txt index f9a01e2b4c96..5ec124b138a6 100644 --- a/Documentation/devicetree/bindings/misc/qcom,fastrpc.txt +++ b/Documentation/devicetree/bindings/misc/qcom,fastrpc.txt @@ -22,6 +22,11 @@ other tasks. Value type: <boolean> Definition: Property to specify that dsp domain is non-secure. +- qcom,vmids: + Usage: optional + Value type: <u32 array> + Definition: Virtual machine IDs for remote processor. + - #address-cells Usage: required Value type: <u32> |