devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: gpio: fsl-imx-gpio: support i.MX8QM/DXL
@ 2023-07-25 10:23 Peng Fan (OSS)
  2023-07-27  7:04 ` Krzysztof Kozlowski
  2023-07-27  7:35 ` Bartosz Golaszewski
  0 siblings, 2 replies; 3+ messages in thread
From: Peng Fan (OSS) @ 2023-07-25 10:23 UTC (permalink / raw)
  To: linus.walleij, brgl, robh+dt, krzysztof.kozlowski+dt
  Cc: shawnguo, s.hauer, kernel, festevam, linux-imx, stefan,
	linux-gpio, devicetree, linux-arm-kernel, linux-kernel, Peng Fan

From: Peng Fan <peng.fan@nxp.com>

Add i.MX8QM/DXL gpio compatible which is compatible with i.MX35.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 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 ae18603697d7..d0ca2af89f1e 100644
--- a/Documentation/devicetree/bindings/gpio/fsl-imx-gpio.yaml
+++ b/Documentation/devicetree/bindings/gpio/fsl-imx-gpio.yaml
@@ -32,10 +32,12 @@ properties:
               - fsl,imx6sx-gpio
               - fsl,imx6ul-gpio
               - fsl,imx7d-gpio
+              - fsl,imx8dxl-gpio
               - fsl,imx8mm-gpio
               - fsl,imx8mn-gpio
               - fsl,imx8mp-gpio
               - fsl,imx8mq-gpio
+              - fsl,imx8qm-gpio
               - fsl,imx8qxp-gpio
               - fsl,imxrt1050-gpio
               - fsl,imxrt1170-gpio
-- 
2.37.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: gpio: fsl-imx-gpio: support i.MX8QM/DXL
  2023-07-25 10:23 [PATCH] dt-bindings: gpio: fsl-imx-gpio: support i.MX8QM/DXL Peng Fan (OSS)
@ 2023-07-27  7:04 ` Krzysztof Kozlowski
  2023-07-27  7:35 ` Bartosz Golaszewski
  1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2023-07-27  7:04 UTC (permalink / raw)
  To: Peng Fan (OSS), linus.walleij, brgl, robh+dt,
	krzysztof.kozlowski+dt
  Cc: shawnguo, s.hauer, kernel, festevam, linux-imx, stefan,
	linux-gpio, devicetree, linux-arm-kernel, linux-kernel, Peng Fan

On 25/07/2023 12:23, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> Add i.MX8QM/DXL gpio compatible which is compatible with i.MX35.
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: gpio: fsl-imx-gpio: support i.MX8QM/DXL
  2023-07-25 10:23 [PATCH] dt-bindings: gpio: fsl-imx-gpio: support i.MX8QM/DXL Peng Fan (OSS)
  2023-07-27  7:04 ` Krzysztof Kozlowski
@ 2023-07-27  7:35 ` Bartosz Golaszewski
  1 sibling, 0 replies; 3+ messages in thread
From: Bartosz Golaszewski @ 2023-07-27  7:35 UTC (permalink / raw)
  To: Peng Fan (OSS)
  Cc: linus.walleij, robh+dt, krzysztof.kozlowski+dt, shawnguo, s.hauer,
	kernel, festevam, linux-imx, stefan, linux-gpio, devicetree,
	linux-arm-kernel, linux-kernel, Peng Fan

On Tue, Jul 25, 2023 at 12:18 PM Peng Fan (OSS) <peng.fan@oss.nxp.com> wrote:
>
> From: Peng Fan <peng.fan@nxp.com>
>
> Add i.MX8QM/DXL gpio compatible which is compatible with i.MX35.
>
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---
>  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 ae18603697d7..d0ca2af89f1e 100644
> --- a/Documentation/devicetree/bindings/gpio/fsl-imx-gpio.yaml
> +++ b/Documentation/devicetree/bindings/gpio/fsl-imx-gpio.yaml
> @@ -32,10 +32,12 @@ properties:
>                - fsl,imx6sx-gpio
>                - fsl,imx6ul-gpio
>                - fsl,imx7d-gpio
> +              - fsl,imx8dxl-gpio
>                - fsl,imx8mm-gpio
>                - fsl,imx8mn-gpio
>                - fsl,imx8mp-gpio
>                - fsl,imx8mq-gpio
> +              - fsl,imx8qm-gpio
>                - fsl,imx8qxp-gpio
>                - fsl,imxrt1050-gpio
>                - fsl,imxrt1170-gpio
> --
> 2.37.1
>

Applied, thanks!

Bart

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-07-27  7:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-25 10:23 [PATCH] dt-bindings: gpio: fsl-imx-gpio: support i.MX8QM/DXL Peng Fan (OSS)
2023-07-27  7:04 ` Krzysztof Kozlowski
2023-07-27  7:35 ` Bartosz Golaszewski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).