]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
sunxi: gpio: introduce compatible string for V3 GPIO
authorIcenowy Zheng <icenowy@aosc.io>
Mon, 26 Oct 2020 14:18:01 +0000 (22:18 +0800)
committerAndre Przywara <andre.przywara@arm.com>
Tue, 17 Nov 2020 00:42:21 +0000 (00:42 +0000)
A new compatible string is introduced for V3 GPIO, because it has more
pins available than V3s.

Add the compatible string to the GPIO driver.

Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
drivers/gpio/sunxi_gpio.c

index 3efccf496fc3af53e52845e128b4459f085fb95f..02c3471b5684702e5c6dde563e404cf070893c6b 100644 (file)
@@ -351,6 +351,7 @@ static const struct udevice_id sunxi_gpio_ids[] = {
        ID("allwinner,sun8i-a83t-pinctrl",      a_all),
        ID("allwinner,sun8i-h3-pinctrl",        a_all),
        ID("allwinner,sun8i-r40-pinctrl",       a_all),
+       ID("allwinner,sun8i-v3-pinctrl",        a_all),
        ID("allwinner,sun8i-v3s-pinctrl",       a_all),
        ID("allwinner,sun9i-a80-pinctrl",       a_all),
        ID("allwinner,sun50i-a64-pinctrl",      a_all),