2023-09-22 13:53:42

by Tengfei Fan

[permalink] [raw]
Subject: [PATCH v4 1/6] dt-bindings: interrupt-controller: qcom,pdc: document qcom,sm4450-pdc

Add SM4450 PDC, which will used in SM4450 DTS.

Reviewed-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Tengfei Fan <[email protected]>
---
.../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 4847b04be1a1..86d61896f591 100644
--- a/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml
+++ b/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml
@@ -35,6 +35,7 @@ properties:
- qcom,sdm845-pdc
- qcom,sdx55-pdc
- qcom,sdx65-pdc
+ - qcom,sm4450-pdc
- qcom,sm6350-pdc
- qcom,sm8150-pdc
- qcom,sm8250-pdc
--
2.17.1


2023-09-22 21:46:01

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH v4 1/6] dt-bindings: interrupt-controller: qcom,pdc: document qcom,sm4450-pdc


On Fri, 22 Sep 2023 16:10:21 +0800, Tengfei Fan wrote:
> Add SM4450 PDC, which will used in SM4450 DTS.
>
> Reviewed-by: Krzysztof Kozlowski <[email protected]>
> Signed-off-by: Tengfei Fan <[email protected]>
> ---
> .../devicetree/bindings/interrupt-controller/qcom,pdc.yaml | 1 +
> 1 file changed, 1 insertion(+)
>

Applied, thanks!