2023-11-17 08:28:56

by Rohit Agarwal

[permalink] [raw]
Subject: [PATCH v5] dt-bindings: interrupt-controller: Add SDX75 PDC compatible

Add device tree bindings for PDC on SDX75 SOC.

Signed-off-by: Rohit Agarwal <[email protected]>
Acked-by: Conor Dooley <[email protected]>
---

Hi,

Changes in v5:
- Rebased on 6.7-rc1
- Removed all the applied patches from this series.
- Link to v4: https://lore.kernel.org/all/[email protected]/

Changes in v4:
- Addressed some of the dt bindings check mentioned by Krzysztof.

Changes in v3:
- Clubbed all the dt node into a single patch as suggested by Krzysztof.
- Removed the applied patch.
- Addressed some comments from Konrad and Dmitry.

Changes in v2:
- Added the CPUFreq support patch.
- Collected the Acked by tags.
- Addressed some minor comments from Konrad.

Thanks,
Rohit.

.../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 86d61896f591..9342fe510598 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,sdx75-pdc
- qcom,sm4450-pdc
- qcom,sm6350-pdc
- qcom,sm8150-pdc
--
2.25.1


2023-11-27 17:06:59

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH v5] dt-bindings: interrupt-controller: Add SDX75 PDC compatible


On Fri, 17 Nov 2023 13:58:29 +0530, Rohit Agarwal wrote:
> Add device tree bindings for PDC on SDX75 SOC.
>
> Signed-off-by: Rohit Agarwal <[email protected]>
> Acked-by: Conor Dooley <[email protected]>
> ---
>
> Hi,
>
> Changes in v5:
> - Rebased on 6.7-rc1
> - Removed all the applied patches from this series.
> - Link to v4: https://lore.kernel.org/all/[email protected]/
>
> Changes in v4:
> - Addressed some of the dt bindings check mentioned by Krzysztof.
>
> Changes in v3:
> - Clubbed all the dt node into a single patch as suggested by Krzysztof.
> - Removed the applied patch.
> - Addressed some comments from Konrad and Dmitry.
>
> Changes in v2:
> - Added the CPUFreq support patch.
> - Collected the Acked by tags.
> - Addressed some minor comments from Konrad.
>
> Thanks,
> Rohit.
>
> .../devicetree/bindings/interrupt-controller/qcom,pdc.yaml | 1 +
> 1 file changed, 1 insertion(+)
>

Applied, thanks!