]> git.baikalelectronics.ru Git - uboot.git/commit
sunxi: gpio: add missing compatible strings
authorAndre Przywara <andre.przywara@arm.com>
Wed, 4 Apr 2018 00:31:14 +0000 (01:31 +0100)
committerJagan Teki <jagan@amarulasolutions.com>
Wed, 4 Apr 2018 06:01:35 +0000 (11:31 +0530)
commit40888c0af9e84fcbeb5d9b864cbe822551e6ea89
treef30d1a336de91c871413c31e1e66494f8832b5ab
parent490cc3bf8fdec8dd686a27ec28fb4d63f88cfc6c
sunxi: gpio: add missing compatible strings

The sunxi GPIO driver is missing some compatible strings for recent
SoCs. While most of the sunxi GPIO code seems to not rely on this (and
so works anyway), the sunxi_name_to_gpio() function does and fails at
the moment (for instance when resolving the MMC CD pin name).
Add the compatible strings for the A64 and V3s, which were missing
from the list. This now covers all pinctrl nodes in our own DTs.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Acked-by: Maxime Ripard <maxime.ripard@bootlin.com>
Reviewed-by: Jagan Teki <jagan@openedev.com>
drivers/gpio/sunxi_gpio.c