Message ID | 20220428214838.1040278-4-Mr.Bossman075@gmail.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Add support for the i.MXRT1170-evk | expand |
On Thu, 28 Apr 2022 17:48:26 -0400, Jesse Taube 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 <Mr.Bossman075@gmail.com> > --- > V1 -> V2: > - New commit to fix dtbs_check > --- > Documentation/devicetree/bindings/gpio/fsl-imx-gpio.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
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:
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 <Mr.Bossman075@gmail.com> --- V1 -> V2: - New commit to fix dtbs_check --- Documentation/devicetree/bindings/gpio/fsl-imx-gpio.yaml | 2 ++ 1 file changed, 2 insertions(+)