aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Vasut2018-02-26 10:35:15 +0100
committerMarek Vasut2018-03-05 10:59:38 +0100
commit4f0533ffcd37bc1c877d6b59235c042ca78ccf10 (patch)
tree3b026c495daa33d601be7e6923bac79c0a8b582e
parentd1fe3182fa0d56a84cb8832bc92b717a2a17d1ad (diff)
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>
-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 71202d7b038..8426d2f2323 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" },
{ }
};