]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit8982c908174833d1a3ba992c39594b0f268ea2de
tree1101cbdf6afb78e16f5b478c0d2bc0870b4af82d
parent6f8462a65dcd02fc4425544a7035e0f05c32bae3
sunxi: gpio: introduce compatible string for V3 GPIO

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