mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
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>
This commit is contained in:
parent
d1fe3182fa
commit
4f0533ffcd
1 changed files with 1 additions and 0 deletions
|
|
@ -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" },
|
||||
{ }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue