mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-29 10:31:30 +00:00
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>
This commit is contained in:
parent
2c23da06ba
commit
a52783e11d
1 changed files with 1 additions and 0 deletions
|
@ -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" },
|
||||
{ }
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue