summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
diff options
context:
space:
mode:
authorChen-Yu Tsai <wens@csie.org>2016-03-30 00:26:53 +0800
committerHans de Goede <hdegoede@redhat.com>2016-03-31 17:04:11 +0200
commit3655f287b6eb9f9dfd35d9229bd0d53fa400877d (patch)
tree9b09cb4e7d78d2f7d5697e995cbdc76117cb2ca6 /drivers/usb/host
parent93bac9531078cd615b5e27dc313f0df84d8d29bd (diff)
downloadblackbird-obmc-uboot-3655f287b6eb9f9dfd35d9229bd0d53fa400877d.tar.gz
blackbird-obmc-uboot-3655f287b6eb9f9dfd35d9229bd0d53fa400877d.zip
sunxi: ehci: Add A83T compatible
We have a separate compatible for almost each SoC. Add one for the A83T. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'drivers/usb/host')
-rw-r--r--drivers/usb/host/ehci-sunxi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/ehci-sunxi.c b/drivers/usb/host/ehci-sunxi.c
index 677a5d3b07..d5eb492169 100644
--- a/drivers/usb/host/ehci-sunxi.c
+++ b/drivers/usb/host/ehci-sunxi.c
@@ -91,6 +91,7 @@ static const struct udevice_id ehci_usb_ids[] = {
{ .compatible = "allwinner,sun6i-a31-ehci", },
{ .compatible = "allwinner,sun7i-a20-ehci", },
{ .compatible = "allwinner,sun8i-a23-ehci", },
+ { .compatible = "allwinner,sun8i-a83t-ehci", },
{ .compatible = "allwinner,sun8i-h3-ehci", },
{ .compatible = "allwinner,sun9i-a80-ehci", },
{ }
OpenPOWER on IntegriCloud