Hi Alice, On Tue, Sep 6, 2022 at 6:37 AM Alice Guo (OSS) <alice....@oss.nxp.com> wrote: > > From: Alice Guo <alice....@nxp.com>
Please add a commit log. > Signed-off-by: Alice Guo <alice....@nxp.com> > --- a/arch/arm/include/asm/arch-imx9/gpio.h > +++ b/arch/arm/include/asm/arch-imx9/gpio.h > @@ -6,6 +6,8 @@ > #ifndef __ASM_ARCH_IMX9_GPIO_H > #define __ASM_ARCH_IMX9_GPIO_H > > +#include <common.h> This looks like an unrelated change. > +config ADP5585_GPIO > + bool "ADP5585 GPIO driver" > + depends on DM_GPIO && DM_I2C > + help > + Support ADP5585 GPIO expander on i.MX platform. Please remove "on i.MX platform" as the GPIO expander can be used on any platform.