[PATCH] dt-bindings: qcom,pdc: document the Eliza Power Domain Controller

Abel Vesa posted 1 patch 1 month, 3 weeks ago
Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml | 1 +
1 file changed, 1 insertion(+)
[PATCH] dt-bindings: qcom,pdc: document the Eliza Power Domain Controller
Posted by Abel Vesa 1 month, 3 weeks ago
Document the Power Domain Controller on the Qualcomm Eliza SoC.

Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.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 f9321366cae4..5ad68b2c6fc6 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,eliza-pdc
           - qcom,glymur-pdc
           - qcom,kaanapali-pdc
           - qcom,milos-pdc

---
base-commit: 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f
change-id: 20260221-eliza-pdc-91084ff28782

Best regards,
--  
Abel Vesa <abel.vesa@oss.qualcomm.com>
Re: [PATCH] dt-bindings: qcom,pdc: document the Eliza Power Domain Controller
Posted by Rob Herring (Arm) 1 month, 1 week ago
On Mon, 23 Feb 2026 10:39:47 +0200, Abel Vesa wrote:
> Document the Power Domain Controller on the Qualcomm Eliza SoC.
> 
> Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
> ---
>  Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Applied, thanks!