2022-11-18 19:24:41

by Melody Olvera

[permalink] [raw]
Subject: [PATCH] dt-bindings: qcom,pdc: Add pdc for QDU1000 and QRU1000

Add compatible for QDU1000 and QRU1000 pdc.

Signed-off-by: Melody Olvera <[email protected]>
---
This patch is separated into its own patch from
https://lore.kernel.org/all/[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 b6f56cf5fbe3..afeed7b8c0fa 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,sc7180-pdc
- qcom,sc7280-pdc
- qcom,sdm845-pdc

base-commit: 147307c69ba4441ee90c1f8ce8edf5df4ea60f67
--
2.38.1



2022-11-20 11:24:24

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: qcom,pdc: Add pdc for QDU1000 and QRU1000

On 18/11/2022 19:25, Melody Olvera wrote:
> Add compatible for QDU1000 and QRU1000 pdc.
>
> Signed-off-by: Melody Olvera <[email protected]>
> ---
> This patch is separated into its own patch from
> https://lore.kernel.org/all/[email protected]/

Missing changelog.

Acked-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof