summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2015-06-02 18:09:25 +0200
committerHans de Goede <hdegoede@redhat.com>2015-06-04 14:11:55 +0200
commita52783e11d3b4ce9bb0b8a4bfc7cfab11d3638a1 (patch)
tree965eeaf66c0258f6aaaf1ba15f2bbbe8b8003490 /drivers
parent2c23da06ba684c2a0ba14583eaed5607ad26db52 (diff)
downloadtalos-obmc-uboot-a52783e11d3b4ce9bb0b8a4bfc7cfab11d3638a1.tar.gz
talos-obmc-uboot-a52783e11d3b4ce9bb0b8a4bfc7cfab11d3638a1.zip
sunxi: gpio: Add "allwinner,sun8i-a33-pinctrl"
Add "allwinner,sun8i-a33-pinctrl", this is used by the latest upstream linux sunxi dts files. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpio/sunxi_gpio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/sunxi_gpio.c b/drivers/gpio/sunxi_gpio.c
index f9881308f4..afa165ab78 100644
--- a/drivers/gpio/sunxi_gpio.c
+++ b/drivers/gpio/sunxi_gpio.c
@@ -304,6 +304,7 @@ static const struct udevice_id sunxi_gpio_ids[] = {
{ .compatible = "allwinner,sun6i-a31s-pinctrl" },
{ .compatible = "allwinner,sun7i-a20-pinctrl" },
{ .compatible = "allwinner,sun8i-a23-pinctrl" },
+ { .compatible = "allwinner,sun8i-a33-pinctrl" },
{ .compatible = "allwinner,sun9i-a80-pinctrl" },
{ }
};
OpenPOWER on IntegriCloud