projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1fe318
)
usb: xhci-rcar: Add R8A77965 M3N entries
author
Marek Vasut
<marek.vasut+renesas@gmail.com>
Mon, 26 Feb 2018 09:35:15 +0000
(10:35 +0100)
committer
Marek Vasut
<marex@denx.de>
Mon, 5 Mar 2018 09:59:38 +0000
(10:59 +0100)
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
patch
|
blob
|
history
diff --git
a/drivers/usb/host/xhci-rcar.c
b/drivers/usb/host/xhci-rcar.c
index 71202d7b03890c71f71f5c3d6f1a90f0ec1a10bf..8426d2f2323d103e00db6c1c36ba8972a012b06b 100644
(file)
--- 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" },
{ }
};