.../devicetree/bindings/interrupt-controller/fsl,irqsteer.yaml | 3 +++ 1 file changed, 3 insertions(+)
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(+)
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
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 >
© 2016 - 2026 Red Hat, Inc.