diff options
author | Tom Rini <trini@konsulko.com> | 2018-03-05 20:24:17 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-03-05 20:24:17 -0500 |
commit | 81f077f40f80eb431bfec88c9fe2a7da3efa8e5f (patch) | |
tree | 5910c7c388c33accdbddb9862250f165c83e9313 /drivers/usb | |
parent | 3cbd5ff18d099bdb5256a67ea10ea187adb77f14 (diff) | |
parent | b2c38dc3d3693578e8067ca2333ab3f6e6cc00d4 (diff) |
Merge git://git.denx.de/u-boot-sh
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/host/xhci-rcar.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/xhci-rcar.c b/drivers/usb/host/xhci-rcar.c index 71202d7b03..8426d2f232 100644 --- a/drivers/usb/host/xhci-rcar.c +++ b/drivers/usb/host/xhci-rcar.c @@ -142,6 +142,7 @@ static int xhci_rcar_ofdata_to_platdata(struct udevice *dev) static const struct udevice_id xhci_rcar_ids[] = { { .compatible = "renesas,xhci-r8a7795" }, { .compatible = "renesas,xhci-r8a7796" }, + { .compatible = "renesas,xhci-r8a77965" }, { } }; |