diff options
author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | 2015-05-18 20:04:15 +0900 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2015-05-26 10:39:43 -0500 |
commit | af6e613bb1b60fcbfe48c893b76c104c8952b599 (patch) | |
tree | 27c0156c5f0ea282174bee491f45d6615281909b /drivers/usb/renesas_usbhs | |
parent | e0213bc5467ca5fe44ab04527f0e47998f30c046 (diff) | |
download | linux-next-af6e613bb1b60fcbfe48c893b76c104c8952b599.tar.gz |
usb: renesas_usbhs: Add support for R-Car E2
This patch adds a compatible string to support for R-Car E2.
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>" in patch 2
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/renesas_usbhs')
-rw-r--r-- | drivers/usb/renesas_usbhs/common.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/usb/renesas_usbhs/common.c b/drivers/usb/renesas_usbhs/common.c index b56bb9d882fc..e8bf40808b39 100644 --- a/drivers/usb/renesas_usbhs/common.c +++ b/drivers/usb/renesas_usbhs/common.c @@ -472,6 +472,10 @@ static const struct of_device_id usbhs_of_match[] = { .compatible = "renesas,usbhs-r8a7791", .data = (void *)USBHS_TYPE_RCAR_GEN2, }, + { + .compatible = "renesas,usbhs-r8a7794", + .data = (void *)USBHS_TYPE_RCAR_GEN2, + }, { }, }; MODULE_DEVICE_TABLE(of, usbhs_of_match); |