aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-plat.c
diff options
context:
space:
mode:
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>2015-11-24 13:09:51 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-12-01 10:45:51 -0800
commit9bf9d9d6008c7541a5c0bcfe61a0e0504c6f2bb9 (patch)
treefc66127363f4e948859f9a8f361bba60d3c7a657 /drivers/usb/host/xhci-plat.c
parentusb: host: xhci-plat: add firmware_name in xhci_plat_priv (diff)
downloadlinux-dev-9bf9d9d6008c7541a5c0bcfe61a0e0504c6f2bb9.tar.xz
linux-dev-9bf9d9d6008c7541a5c0bcfe61a0e0504c6f2bb9.zip
usb: host: xhci-rcar: Change code for new SoCs
This patch changes code to ease the addition of next generation SoCs. Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/xhci-plat.c')
-rw-r--r--drivers/usb/host/xhci-plat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/xhci-plat.c b/drivers/usb/host/xhci-plat.c
index 083e77bc80ae..a471f12ffa46 100644
--- a/drivers/usb/host/xhci-plat.c
+++ b/drivers/usb/host/xhci-plat.c
@@ -76,6 +76,7 @@ static const struct xhci_plat_priv xhci_plat_marvell_armada = {
static const struct xhci_plat_priv xhci_plat_renesas_rcar_gen2 = {
.type = XHCI_PLAT_TYPE_RENESAS_RCAR_GEN2,
+ .firmware_name = XHCI_RCAR_FIRMWARE_NAME_V1,
};
static const struct of_device_id usb_xhci_of_match[] = {