diff options
author | Tom Rini <trini@konsulko.com> | 2016-10-30 08:11:50 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-10-30 08:11:50 -0400 |
commit | 7ce79599a1b8f2078b15fa170f11f2666200b24e (patch) | |
tree | dcf8df06f13a5cb6ac4903605d96b7b6434a045d /drivers/usb/host/ohci-sunxi.c | |
parent | 4ddc981225288e68d45eb8e33271d1481920086f (diff) | |
parent | fed329aebe3aaac0928c73547ac6316af2adf0cd (diff) |
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
Diffstat (limited to 'drivers/usb/host/ohci-sunxi.c')
-rw-r--r-- | drivers/usb/host/ohci-sunxi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/ohci-sunxi.c b/drivers/usb/host/ohci-sunxi.c index 06893749b0..0c45eec04a 100644 --- a/drivers/usb/host/ohci-sunxi.c +++ b/drivers/usb/host/ohci-sunxi.c @@ -101,6 +101,7 @@ static const struct udevice_id ohci_usb_ids[] = { { .compatible = "allwinner,sun8i-a83t-ohci", }, { .compatible = "allwinner,sun8i-h3-ohci", }, { .compatible = "allwinner,sun9i-a80-ohci", }, + { .compatible = "allwinner,sun50i-a64-ohci", }, { } }; |