diff mbox series

dt-bindings: interrupt-controller: fsl,irqsteer: Add power-domains entry

Message ID 20240226130516.3821803-1-peng.fan@oss.nxp.com
State Changes Requested
Headers show
Series dt-bindings: interrupt-controller: fsl,irqsteer: Add power-domains entry | expand

Checks

Context Check Description
robh/checkpatch success
robh/patch-applied success
robh/dtbs-check warning build log
robh/dt-meta-schema success

Commit Message

Peng Fan (OSS) Feb. 26, 2024, 1:05 p.m. UTC
From: Peng Fan <peng.fan@nxp.com>

Add optional power-domains entry for i.MX95 usage

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 .../devicetree/bindings/interrupt-controller/fsl,irqsteer.yaml | 3 +++
 1 file changed, 3 insertions(+)

Comments

Conor Dooley Feb. 28, 2024, 12:35 p.m. UTC | #1
On Mon, Feb 26, 2024 at 09:05:16PM +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> Add optional power-domains entry for i.MX95 usage

If it is only for the imx95, please limit it to that device only.

Thanks,
Conor.

> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---
>  .../devicetree/bindings/interrupt-controller/fsl,irqsteer.yaml | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/interrupt-controller/fsl,irqsteer.yaml b/Documentation/devicetree/bindings/interrupt-controller/fsl,irqsteer.yaml
> index 20ad4ad82ad6..7ccbb96434a4 100644
> --- a/Documentation/devicetree/bindings/interrupt-controller/fsl,irqsteer.yaml
> +++ b/Documentation/devicetree/bindings/interrupt-controller/fsl,irqsteer.yaml
> @@ -59,6 +59,9 @@ properties:
>        u32 value representing the number of input interrupts of this channel,
>        should be multiple of 32 input interrupts and up to 512 interrupts.
>  
> +  power-domains:
> +    maxItems: 1
> +
>  required:
>    - compatible
>    - reg
> -- 
> 2.37.1
>
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/interrupt-controller/fsl,irqsteer.yaml b/Documentation/devicetree/bindings/interrupt-controller/fsl,irqsteer.yaml
index 20ad4ad82ad6..7ccbb96434a4 100644
--- a/Documentation/devicetree/bindings/interrupt-controller/fsl,irqsteer.yaml
+++ b/Documentation/devicetree/bindings/interrupt-controller/fsl,irqsteer.yaml
@@ -59,6 +59,9 @@  properties:
       u32 value representing the number of input interrupts of this channel,
       should be multiple of 32 input interrupts and up to 512 interrupts.
 
+  power-domains:
+    maxItems: 1
+
 required:
   - compatible
   - reg