diff options
author | 2024-09-02 15:18:21 +0100 | |
---|---|---|
committer | 2024-09-03 12:11:05 +0200 | |
commit | 24d85d971b3ced4d5bde7ecd302e46c7c013462d (patch) | |
tree | fb534d997aa863909dc9f32c41de1a3cc2edd2dd | |
parent | misc: fastrpc: Add support for cdsp1 remoteproc (diff) | |
download | wireguard-linux-24d85d971b3ced4d5bde7ecd302e46c7c013462d.tar.xz wireguard-linux-24d85d971b3ced4d5bde7ecd302e46c7c013462d.zip |
dt-bindings: misc: qcom,fastrpc: document new domain ID
Add "cdsp1" as the new supported label for the CDSP1 fastrpc domain.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Link: https://lore.kernel.org/r/20240902141821.70656-4-srinivas.kandagatla@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to '')
-rw-r--r-- | Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml b/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml index f52931c0035a..0840a3d92513 100644 --- a/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml +++ b/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml @@ -26,6 +26,7 @@ properties: - mdsp - sdsp - cdsp + - cdsp1 memory-region: maxItems: 1 |