Message ID | 20250306170921.241690-1-Frank.Li@nxp.com |
---|---|
State | New |
Headers | show |
Series | dt-bindings: gpio: vf610: Add i.MX94 support | expand |
On Thu, Mar 06, 2025 at 12:09:21PM -0500, Frank Li wrote: > Add compatible string "fsl,imx94-gpio" for the i.MX94 chip, which is > backward compatible with i.MX8ULP. Set it to fall back to > "fsl,imx8ulp-gpio". > > Signed-off-by: Frank Li <Frank.Li@nxp.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> > --- > Documentation/devicetree/bindings/gpio/gpio-vf610.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/gpio/gpio-vf610.yaml b/Documentation/devicetree/bindings/gpio/gpio-vf610.yaml > index cabda2eab4a23..4fb32e9aec0a3 100644 > --- a/Documentation/devicetree/bindings/gpio/gpio-vf610.yaml > +++ b/Documentation/devicetree/bindings/gpio/gpio-vf610.yaml > @@ -28,6 +28,7 @@ properties: > - items: > - enum: > - fsl,imx93-gpio > + - fsl,imx94-gpio > - fsl,imx95-gpio > - const: fsl,imx8ulp-gpio > > -- > 2.34.1 >
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> On Thu, 06 Mar 2025 12:09:21 -0500, Frank Li wrote: > Add compatible string "fsl,imx94-gpio" for the i.MX94 chip, which is > backward compatible with i.MX8ULP. Set it to fall back to > "fsl,imx8ulp-gpio". > > Applied, thanks! [1/1] dt-bindings: gpio: vf610: Add i.MX94 support commit: e93160942585832a1836381018daf9729eb9ca64 Best regards,
diff --git a/Documentation/devicetree/bindings/gpio/gpio-vf610.yaml b/Documentation/devicetree/bindings/gpio/gpio-vf610.yaml index cabda2eab4a23..4fb32e9aec0a3 100644 --- a/Documentation/devicetree/bindings/gpio/gpio-vf610.yaml +++ b/Documentation/devicetree/bindings/gpio/gpio-vf610.yaml @@ -28,6 +28,7 @@ properties: - items: - enum: - fsl,imx93-gpio + - fsl,imx94-gpio - fsl,imx95-gpio - const: fsl,imx8ulp-gpio
Add compatible string "fsl,imx94-gpio" for the i.MX94 chip, which is backward compatible with i.MX8ULP. Set it to fall back to "fsl,imx8ulp-gpio". Signed-off-by: Frank Li <Frank.Li@nxp.com> --- Documentation/devicetree/bindings/gpio/gpio-vf610.yaml | 1 + 1 file changed, 1 insertion(+)