diff options
author | Bartosz Golaszewski <[email protected]> | 2024-09-02 15:18:21 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2024-09-03 12:11:05 +0200 |
commit | 24d85d971b3ced4d5bde7ecd302e46c7c013462d (patch) | |
tree | fb534d997aa863909dc9f32c41de1a3cc2edd2dd | |
parent | dd747494ae6affac59b83abc993091541477b639 (diff) |
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 <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[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.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 |