diff mbox series

dt-bindings: interrupt-controller: fsl,irqsteer: Allow Power Domains

Message ID 20240305035814.74087-1-aford173@gmail.com
State Changes Requested
Headers show
Series dt-bindings: interrupt-controller: fsl,irqsteer: Allow Power Domains | 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

Adam Ford March 5, 2024, 3:58 a.m. UTC
The i.MX8MP HDMI irqsteer depends on the HDMI power domain, so add
power-domains to the list of items which may be in the device tree.

Signed-off-by: Adam Ford <aford173@gmail.com>

Comments

Conor Dooley March 5, 2024, 8:17 p.m. UTC | #1
On Mon, Mar 04, 2024 at 09:58:13PM -0600, Adam Ford wrote:
> The i.MX8MP HDMI irqsteer depends on the HDMI power domain, so add
> power-domains to the list of items which may be in the device tree.

What about the other irqsteers? If they don't all support power domains,
then please restrict this property to the imx8mp.

Thanks,
Conor.

> 
> Signed-off-by: Adam Ford <aford173@gmail.com>
> 
> 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.43.0
>
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