Message ID | 20220902131344.3029826-7-abel.vesa@linaro.org |
---|---|
State | Superseded |
Headers | show |
Series | misc: fastrpc: Add audiopd support and some fixes | expand |
diff --git a/Documentation/devicetree/bindings/misc/qcom,fastrpc.txt b/Documentation/devicetree/bindings/misc/qcom,fastrpc.txt index 5ec124b138a6..3dd02aaa7ba7 100644 --- a/Documentation/devicetree/bindings/misc/qcom,fastrpc.txt +++ b/Documentation/devicetree/bindings/misc/qcom,fastrpc.txt @@ -17,6 +17,11 @@ other tasks. Definition: should specify the dsp domain name this fastrpc corresponds to. must be one of this: "adsp", "mdsp", "sdsp", "cdsp" +- memory-region: + Usage: optional + Value type: <phandle> + Definition: reference to the reserved-memory for the region + - qcom,non-secure-domain: Usage: required Value type: <boolean>
Add memory-region property to the list of optional properties, specify the value type and a definition Signed-off-by: Abel Vesa <abel.vesa@linaro.org> --- Documentation/devicetree/bindings/misc/qcom,fastrpc.txt | 5 +++++ 1 file changed, 5 insertions(+)