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)
commit381996c5edaf9d63fe93a12eb84aa260d1f9500f
treef30d1a336de91c871413c31e1e66494f8832b5ab
parent35debf8a4585469f5eb192f1d779a4cff69087bb
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