Re: [PATCH v5 7/7] arm64: dts: imx93: update gpio node

From: Shawn Guo
Date: Mon Oct 09 2023 - 21:45:03 EST


On Sun, Oct 01, 2023 at 04:27:58PM +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@xxxxxxx>
>
> Per binding doc, i.MX93 GPIO supports two interrupts and one register
> base, compatible with i.MX8ULP. The current fsl,imx7ulp-gpio compatible
> could work for i.MX93 in gpio-vf610.c driver, it is based on the base
> address are splited into two with offset added in device tree node.
>
> Now following hardware design, using one register base in device tree node.
>
> This may break users who use compatible fsl,imx7ulp-gpio to enable
> i.MX93 GPIO.
>
> Signed-off-by: Peng Fan <peng.fan@xxxxxxx>

Applied, thanks!