summaryrefslogtreecommitdiffstats
path: root/drivers/usb
diff options
context:
space:
mode:
authorChen-Yu Tsai <wens@csie.org>2016-03-30 00:26:54 +0800
committerHans de Goede <hdegoede@redhat.com>2016-03-31 17:04:13 +0200
commit045ae7e3393fc940b183b3f2ea9c9edd62d9e810 (patch)
tree07839d3c2d94a6977bfb9fa6bc3e5a95a2d4b26c /drivers/usb
parent3655f287b6eb9f9dfd35d9229bd0d53fa400877d (diff)
downloadtalos-obmc-uboot-045ae7e3393fc940b183b3f2ea9c9edd62d9e810.tar.gz
talos-obmc-uboot-045ae7e3393fc940b183b3f2ea9c9edd62d9e810.zip
sunxi: ohci: 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')
-rw-r--r--drivers/usb/host/ohci-sunxi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/ohci-sunxi.c b/drivers/usb/host/ohci-sunxi.c
index d4fb95abe1..6f3f4cec16 100644
--- a/drivers/usb/host/ohci-sunxi.c
+++ b/drivers/usb/host/ohci-sunxi.c
@@ -94,6 +94,7 @@ static const struct udevice_id ohci_usb_ids[] = {
{ .compatible = "allwinner,sun6i-a31-ohci", },
{ .compatible = "allwinner,sun7i-a20-ohci", },
{ .compatible = "allwinner,sun8i-a23-ohci", },
+ { .compatible = "allwinner,sun8i-a83t-ohci", },
{ .compatible = "allwinner,sun8i-h3-ohci", },
{ .compatible = "allwinner,sun9i-a80-ohci", },
{ }
OpenPOWER on IntegriCloud