2022-07-23 16:07:03

by Jesse T

[permalink] [raw]
Subject: [PATCH v5 03/12] dt-bindings: gpio: fsl-imx-gpio: Add i.MXRT compatibles

Both the i.MXRT1170 and 1050 have the same gpio controller as
"fsl,imx35-gpio". Add i.MXRT to the compatible list.

Signed-off-by: Jesse Taube <[email protected]>
Acked-by: Rob Herring <[email protected]>
---
V1 -> V2:
- New commit to fix dtbs_check
V2 -> V3:
- Nothing done
V3 -> V4:
- Nothing done
V4 -> V5:
- Nothing done
---
Documentation/devicetree/bindings/gpio/fsl-imx-gpio.yaml | 2 ++
1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/gpio/fsl-imx-gpio.yaml b/Documentation/devicetree/bindings/gpio/fsl-imx-gpio.yaml
index f57d22d1ebd6..ae18603697d7 100644
--- a/Documentation/devicetree/bindings/gpio/fsl-imx-gpio.yaml
+++ b/Documentation/devicetree/bindings/gpio/fsl-imx-gpio.yaml
@@ -37,6 +37,8 @@ properties:
- fsl,imx8mp-gpio
- fsl,imx8mq-gpio
- fsl,imx8qxp-gpio
+ - fsl,imxrt1050-gpio
+ - fsl,imxrt1170-gpio
- const: fsl,imx35-gpio

reg:
--
2.36.1


2022-07-26 08:10:50

by Linus Walleij

[permalink] [raw]
Subject: Re: [PATCH v5 03/12] dt-bindings: gpio: fsl-imx-gpio: Add i.MXRT compatibles

On Sat, Jul 23, 2022 at 6:05 PM Jesse Taube <[email protected]> wrote:

> Both the i.MXRT1170 and 1050 have the same gpio controller as
> "fsl,imx35-gpio". Add i.MXRT to the compatible list.
>
> Signed-off-by: Jesse Taube <[email protected]>
> Acked-by: Rob Herring <[email protected]>

Acked-by: Linus Walleij <[email protected]>
Bartosz needs to apply this to the GPIO tree, I think it can just be applied
directly without regard for the rest of the patches.

Yours,
Linus Waleij

2022-07-28 14:06:08

by Bartosz Golaszewski

[permalink] [raw]
Subject: Re: [PATCH v5 03/12] dt-bindings: gpio: fsl-imx-gpio: Add i.MXRT compatibles

On Tue, Jul 26, 2022 at 10:04 AM Linus Walleij <[email protected]> wrote:
>
> On Sat, Jul 23, 2022 at 6:05 PM Jesse Taube <[email protected]> wrote:
>
> > Both the i.MXRT1170 and 1050 have the same gpio controller as
> > "fsl,imx35-gpio". Add i.MXRT to the compatible list.
> >
> > Signed-off-by: Jesse Taube <[email protected]>
> > Acked-by: Rob Herring <[email protected]>
>
> Acked-by: Linus Walleij <[email protected]>
> Bartosz needs to apply this to the GPIO tree, I think it can just be applied
> directly without regard for the rest of the patches.
>
> Yours,
> Linus Waleij

Applied, thanks!

Bart