diff mbox series

[U-Boot,07/13] usb: xhci-rcar: Add R8A77965 M3N entries

Message ID 20180301211441.31638-7-marek.vasut+renesas@gmail.com
State Accepted
Commit 4f0533ffcd37bc1c877d6b59235c042ca78ccf10
Delegated to: Marek Vasut
Headers show
Series [U-Boot,01/13] ARM: rmobile: Add R8A77965 M3N IDs | expand

Commit Message

Marek Vasut March 1, 2018, 9:14 p.m. UTC
Add entries for the R8A77965 M3N SoC.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
---
 drivers/usb/host/xhci-rcar.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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" },
 	{ }
 };