arch/arm/include/asm/arch-imxrt/gpio.h: imxrt gpio use common gpio.h
authorGiulio Benetti <giulio.benetti@benettiengineering.com>
Sat, 28 Jun 2025 22:19:44 +0000 (00:19 +0200)
committerFabio Estevam <festevam@gmail.com>
Sun, 29 Jun 2025 13:08:10 +0000 (10:08 -0300)
commita14da5ed615de8ed1e6aea6d290a65bd9c678fe0
tree143f87a4d09ce292e8fdd41b573cc9b2c58465d7
parent612421af51e55a4d122565f3f1779d3725eca6e7
arch/arm/include/asm/arch-imxrt/gpio.h: imxrt gpio use common gpio.h

The current file defines a struct gpio_regs identical to the one in
<asm/mach-imx/gpio.h>. To eliminate code duplication and align with
the approach used for i.MX8M, include the common header instead of
redefining the struct.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
arch/arm/include/asm/arch-imxrt/gpio.h