[PATCH v2 1/4] dt-bindings: qcom,pdc: document QCS8300 Power Domain Controller

Jingyi Wang posted 4 patches 1 year, 5 months ago
[PATCH v2 1/4] dt-bindings: qcom,pdc: document QCS8300 Power Domain Controller
Posted by Jingyi Wang 1 year, 5 months ago
Document Power Domain Controller for Qualcomm QCS8300. PDC is included
in QCS8300 SoC. This controller acts as an interrupt controller, enabling
the detection of interrupts when the GIC is non-operational.

Signed-off-by: Jingyi Wang <quic_jingyw@quicinc.com>
---
 Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml b/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml
index 985fa10abb99..acd6341e9f90 100644
--- a/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml
+++ b/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml
@@ -26,6 +26,7 @@ properties:
   compatible:
     items:
       - enum:
+          - qcom,qcs8300-pdc
           - qcom,qdu1000-pdc
           - qcom,sa8775p-pdc
           - qcom,sc7180-pdc

-- 
2.25.1
Re: [PATCH v2 1/4] dt-bindings: qcom,pdc: document QCS8300 Power Domain Controller
Posted by Rob Herring 1 year, 1 month ago
On Wed, Sep 11, 2024 at 04:03:15PM +0800, Jingyi Wang wrote:
> Document Power Domain Controller for Qualcomm QCS8300. PDC is included
> in QCS8300 SoC. This controller acts as an interrupt controller, enabling
> the detection of interrupts when the GIC is non-operational.
> 
> Signed-off-by: Jingyi Wang <quic_jingyw@quicinc.com>
> ---
>  Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml | 1 +
>  1 file changed, 1 insertion(+)

Applied, thanks.

Rob
Re: [PATCH v2 1/4] dt-bindings: qcom,pdc: document QCS8300 Power Domain Controller
Posted by Jingyi Wang 1 year, 2 months ago
Hi Maintainers,

On 9/11/2024 4:03 PM, Jingyi Wang wrote:
> Document Power Domain Controller for Qualcomm QCS8300. PDC is included
> in QCS8300 SoC. This controller acts as an interrupt controller, enabling
> the detection of interrupts when the GIC is non-operational.
> 
> Signed-off-by: Jingyi Wang <quic_jingyw@quicinc.com>
> ---
<...>
> +          - qcom,qcs8300-pdc
>            - qcom,qdu1000-pdc
>            - qcom,sa8775p-pdc
>            - qcom,sc7180-pdc
> 
Gentle ping for the patch apply.

Thanks,
Jingyi
Re: [PATCH v2 1/4] dt-bindings: qcom,pdc: document QCS8300 Power Domain Controller
Posted by Krzysztof Kozlowski 1 year, 4 months ago
On Wed, Sep 11, 2024 at 04:03:15PM +0800, Jingyi Wang wrote:
> Document Power Domain Controller for Qualcomm QCS8300. PDC is included
> in QCS8300 SoC. This controller acts as an interrupt controller, enabling
> the detection of interrupts when the GIC is non-operational.
> 
> Signed-off-by: Jingyi Wang <quic_jingyw@quicinc.com>
> ---
>  Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>

Best regards,
Krzysztof