
27 Sep
2022
27 Sep
'22
2:15 p.m.
Hi Alice,
On Tue, Sep 6, 2022 at 6:37 AM Alice Guo (OSS) alice.guo@oss.nxp.com wrote:
From: Alice Guo alice.guo@nxp.com
Please add a commit log.
Signed-off-by: Alice Guo alice.guo@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.