[PATCH v3 1/3] dt-bindings: misc: qcom,fastrpc: Add GDSP label

Ling Xu posted 3 patches 3 months, 2 weeks ago
There is a newer version of this series
[PATCH v3 1/3] dt-bindings: misc: qcom,fastrpc: Add GDSP label
Posted by Ling Xu 3 months, 2 weeks ago
Add "gdsp" as the new supported label for GDSP fastrpc domain.

Signed-off-by: Ling Xu <quic_lxu5@quicinc.com>
---
 Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml b/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml
index 0840a3d92513..3f6199fc9ae6 100644
--- a/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml
+++ b/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml
@@ -27,6 +27,8 @@ properties:
       - sdsp
       - cdsp
       - cdsp1
+      - gdsp0
+      - gdsp1
 
   memory-region:
     maxItems: 1
-- 
2.34.1
Re: [PATCH v3 1/3] dt-bindings: misc: qcom,fastrpc: Add GDSP label
Posted by Krzysztof Kozlowski 3 months, 2 weeks ago
On Sun, Jun 22, 2025 at 07:08:18PM +0530, Ling Xu wrote:
> Add "gdsp" as the new supported label for GDSP fastrpc domain.

Neither this commit, nor second nor third explain what is GDSP...

Best regards,
Krzysztof
Re: [PATCH v3 1/3] dt-bindings: misc: qcom,fastrpc: Add GDSP label
Posted by Ling Xu 3 months, 1 week ago
在 6/25/2025 3:44 PM, Krzysztof Kozlowski 写道:
> On Sun, Jun 22, 2025 at 07:08:18PM +0530, Ling Xu wrote:
>> Add "gdsp" as the new supported label for GDSP fastrpc domain.
> 
> Neither this commit, nor second nor third explain what is GDSP...
> 
> Best regards,
> Krzysztof
> Okay, I will edit commit message in next patch.
GDSP is General Purpose DSP where tasks can be offloaded, and it includes GDSP0 and GDSP1.
Analogous to CDSP (Compute DSP) which includes CDSP0 and CDSP1.
-- 
Thx and BRs,
Ling Xu