[PATCH] dt-bindings: interrupt-controller: qcom,pdc: Document Glymur PDC

Pankaj Patil posted 1 patch 1 week, 6 days ago
.../devicetree/bindings/interrupt-controller/qcom,pdc.yaml       | 1 +
1 file changed, 1 insertion(+)
[PATCH] dt-bindings: interrupt-controller: qcom,pdc: Document Glymur PDC
Posted by Pankaj Patil 1 week, 6 days ago
Document compatible for the Power Domain Controller(PDC)
block on Glymur.PDC acts as interrupt controller in
SoC states where GIC is non-operational.

Signed-off-by: Pankaj Patil <pankaj.patil@oss.qualcomm.com>
---
 .../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 f06b40f88778..38d0c2d57dd6 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,glymur-pdc
           - qcom,qcs615-pdc
           - qcom,qcs8300-pdc
           - qcom,qdu1000-pdc
-- 
2.34.1
Re: [PATCH] dt-bindings: interrupt-controller: qcom,pdc: Document Glymur PDC
Posted by Rob Herring (Arm) 1 week, 2 days ago
On Thu, 18 Sep 2025 19:32:49 +0530, Pankaj Patil wrote:
> Document compatible for the Power Domain Controller(PDC)
> block on Glymur.PDC acts as interrupt controller in
> SoC states where GIC is non-operational.
> 
> Signed-off-by: Pankaj Patil <pankaj.patil@oss.qualcomm.com>
> ---
>  .../devicetree/bindings/interrupt-controller/qcom,pdc.yaml       | 1 +
>  1 file changed, 1 insertion(+)
> 

Applied, thanks!