On Sat, Oct 11, 2025 at 06:51:52PM +0200, Marek Vasut wrote: > Add compatible string "fsl,imx95-irqsteer" for the i.MX95 chip, which is > backward compatible with "fsl,imx-irqsteer". > > Signed-off-by: Marek Vasut <[email protected]>
Reviewed-by: Frank Li <[email protected]> > --- > Cc: Abel Vesa <[email protected]> > Cc: Conor Dooley <[email protected]> > Cc: Fabio Estevam <[email protected]> > Cc: Krzysztof Kozlowski <[email protected]> > Cc: Laurent Pinchart <[email protected]> > Cc: Liu Ying <[email protected]> > Cc: Lucas Stach <[email protected]> > Cc: Peng Fan <[email protected]> > Cc: Pengutronix Kernel Team <[email protected]> > Cc: Rob Herring <[email protected]> > Cc: Shawn Guo <[email protected]> > Cc: Thomas Zimmermann <[email protected]> > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > --- > .../devicetree/bindings/interrupt-controller/fsl,irqsteer.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git > a/Documentation/devicetree/bindings/interrupt-controller/fsl,irqsteer.yaml > b/Documentation/devicetree/bindings/interrupt-controller/fsl,irqsteer.yaml > index c49688be10581..5c768c1e159c1 100644 > --- a/Documentation/devicetree/bindings/interrupt-controller/fsl,irqsteer.yaml > +++ b/Documentation/devicetree/bindings/interrupt-controller/fsl,irqsteer.yaml > @@ -20,6 +20,7 @@ properties: > - fsl,imx8qm-irqsteer > - fsl,imx8qxp-irqsteer > - fsl,imx94-irqsteer > + - fsl,imx95-irqsteer > - const: fsl,imx-irqsteer > > reg: > @@ -87,6 +88,7 @@ allOf: > - fsl,imx8mp-irqsteer > - fsl,imx8qm-irqsteer > - fsl,imx8qxp-irqsteer > + - fsl,imx95-irqsteer > then: > required: > - power-domains > -- > 2.51.0 >
