Re: [U-Boot] [PATCH 1/2] gpio: da8xx: Add k2g compatible

2018-10-03 Thread Tom Rini
On Wed, Oct 03, 2018 at 04:09:30PM +0530, Keerthy wrote: > Add k2g compatible so that k3 SoCs can be supported > > Signed-off-by: Keerthy Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature ___ U-Boot mailing list U-Boot@lists.d

[U-Boot] [PATCH 1/2] gpio: da8xx: Add k2g compatible

2018-10-03 Thread Keerthy
Add k2g compatible so that k3 SoCs can be supported Signed-off-by: Keerthy --- drivers/gpio/da8xx_gpio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpio/da8xx_gpio.c b/drivers/gpio/da8xx_gpio.c index b0d49cb..494fc5f 100644 --- a/drivers/gpio/da8xx_gpio.c +++ b/drivers/gpio/da8x