public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/4] sunxi: gpio: Add "allwinner, sun8i-a33-pinctrl"
@ 2015-06-02 20:10 Hans de Goede
  2015-06-02 20:10 ` [U-Boot] [PATCH 2/4] sunxi: Sync dts files with the linux kernel Hans de Goede
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Hans de Goede @ 2015-06-02 20:10 UTC (permalink / raw)
  To: u-boot

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>
---
 drivers/gpio/sunxi_gpio.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpio/sunxi_gpio.c b/drivers/gpio/sunxi_gpio.c
index f988130..afa165a 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" },
 	{ }
 };
-- 
2.3.6

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-06-03  7:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-02 20:10 [U-Boot] [PATCH 1/4] sunxi: gpio: Add "allwinner, sun8i-a33-pinctrl" Hans de Goede
2015-06-02 20:10 ` [U-Boot] [PATCH 2/4] sunxi: Sync dts files with the linux kernel Hans de Goede
2015-06-02 20:10 ` [U-Boot] [PATCH 3/4] sunxi: Rename Astar_MID756 to Et_q8_v1_6 to match kernel dts name Hans de Goede
2015-06-02 20:10 ` [U-Boot] [PATCH 4/4] sunxi: Add a proper dts file for the ga10h a33 based tablet Hans de Goede
2015-06-03  7:23   ` Hans de Goede
2015-06-03  7:44 ` [U-Boot] [PATCH 1/4] sunxi: gpio: Add "allwinner, sun8i-a33-pinctrl" Ian Campbell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox