[U-Boot] [PATCH] gpio: sunxi: Add compatible string for H5 PIO
Jagan Teki
jagannadh.teki at gmail.com
Wed Jan 24 16:43:15 UTC 2018
On Tue, Jan 16, 2018 at 3:58 AM, Chris Blake <chrisrblake93 at gmail.com> 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 <chrisrblake93 at gmail.com>
> ---
> 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 <jagan at openedev.com>
More information about the U-Boot
mailing list