[PATCH] dt-bindings: interrupt-controller: qcom,pdc: document qcom,qdu1000-pdc

Krzysztof Kozlowski posted 1 patch 2 years, 8 months ago
.../devicetree/bindings/interrupt-controller/qcom,pdc.yaml       | 1 +
1 file changed, 1 insertion(+)
[PATCH] dt-bindings: interrupt-controller: qcom,pdc: document qcom,qdu1000-pdc
Posted by Krzysztof Kozlowski 2 years, 8 months ago
Add QDU1000 PDC, already used in upstreamed DTS.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 .../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 480778d8725c..36f79ad1fe98 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,qdu1000-pdc
           - qcom,sa8775p-pdc
           - qcom,sc7180-pdc
           - qcom,sc7280-pdc
-- 
2.34.1
Re: [PATCH] dt-bindings: interrupt-controller: qcom,pdc: document qcom,qdu1000-pdc
Posted by Rob Herring 2 years, 8 months ago
On Sun, 16 Apr 2023 12:28:31 +0200, Krzysztof Kozlowski wrote:
> Add QDU1000 PDC, already used in upstreamed DTS.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  .../devicetree/bindings/interrupt-controller/qcom,pdc.yaml       | 1 +
>  1 file changed, 1 insertion(+)
> 

Applied, thanks!