Skip to content

Commit fb42387

Browse files
Jeya Rgregkh
authored andcommitted
dt-bindings: misc: add property to support non-secure DSP
Add property to set DSP domain as non-secure. ADSP/MDSP/SDSP are by default secured, where as CDSP can be either be secured/unsecured. non-secured Compute DSP would allow users to load unsigned process and run hexagon instructions, but limiting access to secured hardware within the DSP. Based on this flag device nodes for secured and unsecured are created. Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Jeya R <jeyr@codeaurora.org> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Link: https://lore.kernel.org/r/20220214161002.6831-5-srinivas.kandagatla@linaro.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 6c16fd8 commit fb42387

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Documentation/devicetree/bindings/misc/qcom,fastrpc.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ other tasks.
1717
Definition: should specify the dsp domain name this fastrpc
1818
corresponds to. must be one of this: "adsp", "mdsp", "sdsp", "cdsp"
1919

20+
- qcom,non-secure-domain:
21+
Usage: required
22+
Value type: <boolean>
23+
Definition: Property to specify that dsp domain is non-secure.
24+
2025
- #address-cells
2126
Usage: required
2227
Value type: <u32>

0 commit comments

Comments
 (0)