summaryrefslogtreecommitdiff
path: root/drivers/usb
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@gmail.com>2018-02-26 12:35:15 +0300
committerMarek Vasut <marex@denx.de>2018-03-05 12:59:38 +0300
commit4f0533ffcd37bc1c877d6b59235c042ca78ccf10 (patch)
tree3b026c495daa33d601be7e6923bac79c0a8b582e /drivers/usb
parentd1fe3182fa0d56a84cb8832bc92b717a2a17d1ad (diff)
downloadu-boot-4f0533ffcd37bc1c877d6b59235c042ca78ccf10.tar.xz
usb: xhci-rcar: Add R8A77965 M3N entries
Add entries for the R8A77965 M3N SoC. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'drivers/usb')
-rw-r--r--drivers/usb/host/xhci-rcar.c1
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" },
{ }
};