2023-01-03 04:51:48

by Vignesh Raghavendra

[permalink] [raw]
Subject: [PATCH] dt-bindings: irqchip: ti,sci-inta: Add optional power-domains property

On certain SoCs, Interrupt Aggregator may have a power-domain dependency
to be on before accessing. Add DT binding for the same

Signed-off-by: Vignesh Raghavendra <[email protected]>
---
.../devicetree/bindings/interrupt-controller/ti,sci-inta.yaml | 3 +++
1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/interrupt-controller/ti,sci-inta.yaml b/Documentation/devicetree/bindings/interrupt-controller/ti,sci-inta.yaml
index 1151518859bd..6a49d74b992a 100644
--- a/Documentation/devicetree/bindings/interrupt-controller/ti,sci-inta.yaml
+++ b/Documentation/devicetree/bindings/interrupt-controller/ti,sci-inta.yaml
@@ -85,6 +85,9 @@ properties:
description:
Array of phandles to DMA controllers where the unmapped events originate.

+ power-domains:
+ maxItems: 1
+
required:
- compatible
- reg
--
2.39.0


2023-01-03 09:37:31

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: irqchip: ti,sci-inta: Add optional power-domains property

On 03/01/2023 05:27, Vignesh Raghavendra wrote:
> On certain SoCs, Interrupt Aggregator may have a power-domain dependency
> to be on before accessing. Add DT binding for the same
>
> Signed-off-by: Vignesh Raghavendra <[email protected]>
> ---


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

Best regards,
Krzysztof