On Tue, Jan 16, 2018 at 3:58 AM, Chris Blake <[email protected]> wrote: > Due to the changes in > https://github.com/linux-sunxi/u-boot-sunxi/commit/8faac0941cd409c6ff3738fbf658de2296f48e9a, > allwinner,sun50i-h5-pinctrl needs to be defined otherwise PIO does not work > on H5 based boards. > > Signed-off-by: Chris Blake <[email protected]> > --- > drivers/gpio/sunxi_gpio.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/gpio/sunxi_gpio.c b/drivers/gpio/sunxi_gpio.c > index b47cc66..856b7ef 100644 > --- a/drivers/gpio/sunxi_gpio.c > +++ b/drivers/gpio/sunxi_gpio.c > @@ -345,6 +345,7 @@ static const struct udevice_id sunxi_gpio_ids[] = { > ID("allwinner,sun4i-a10-pinctrl", a_all), > ID("allwinner,sun5i-a10s-pinctrl", a_all), > ID("allwinner,sun5i-a13-pinctrl", a_all), > + ID("allwinner,sun50i-h5-pinctrl", a_all),
Reviewed-by: Jagan Teki <[email protected]> _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

