Re: [PATCH 2/5] gpio: bcm6345: allow to use this driver on arm bcm6753

2022-03-07 Thread Tom Rini
On Fri, Feb 11, 2022 at 07:18:35PM +0100, Philippe Reynes wrote: > This IP is also used on some arm SoC, so we allow to > use it on arm bcm6753 too. > > Signed-off-by: Philippe Reynes Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

[PATCH 2/5] gpio: bcm6345: allow to use this driver on arm bcm6753

2022-02-11 Thread Philippe Reynes
This IP is also used on some arm SoC, so we allow to use it on arm bcm6753 too. Signed-off-by: Philippe Reynes --- drivers/gpio/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 8d0e47c67d..1c963c2c53 100644 ---