Re: [PATCH 4/6] dt-bindings: remoteproc: qcom,pas: Document pas for Kaanapali SoCCP

From: Jingyi Wang

Date: Tue Oct 14 2025 - 00:29:09 EST




On 10/9/2025 6:27 PM, Krzysztof Kozlowski wrote:
> On 25/09/2025 08:37, Jingyi Wang wrote:
>> +
>> + glink-edge:
>> + $ref: /schemas/remoteproc/qcom,glink-edge.yaml#
>> + unevaluatedProperties: false
>> + description: |
>
> Drop |
>
>

Will fix

>> + Qualcomm G-Link subnode which represents communication edge, channels
>> + and devices related to the Remoteproc.
>> +
>> +required:
>> + - compatible
>> + - reg
>> + - memory-region
>> + - clocks
>> + - clock-names
>> + - interrupts
>> + - interrupt-names
>> + - qcom,smem-states
>> + - qcom,smem-state-names
>> +
>> +unevaluatedProperties: false
>
> That's wrong in this context. But if you add missing (and corrected
> pas-common) then it would make sense.
>

Sorry I didn't get this point, could you make it more clear?

The property for Kaanapali SoCCP doesn't follow qcom,pas-common.yaml
(the interrupts are different) so it was not included here, like
"qcom,qcs404-cdsp-pil.yaml"

So I think just adding the missing "power-domains","power-domain-names"
under "required" will be okay?

Thanks,
Jingyi

>
> Best regards,
> Krzysztof