summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
diff options
context:
space:
mode:
authorYoshihiro Shimoda2018-07-03 12:46:56 +0200
committerGreg Kroah-Hartman2018-07-06 16:37:19 +0200
commitfc72aa83b4a7c84cc032649380641fe5300a7c4c (patch)
tree1a6c49d6438304e90ce3b7d67ef740fff03764bc /drivers/usb/host
parentusb: typec: avoid format-overflow warning (diff)
downloadkernel-qcow2-linux-fc72aa83b4a7c84cc032649380641fe5300a7c4c.tar.gz
kernel-qcow2-linux-fc72aa83b4a7c84cc032649380641fe5300a7c4c.tar.xz
kernel-qcow2-linux-fc72aa83b4a7c84cc032649380641fe5300a7c4c.zip
usb: host: xhci-plat: add firmware_name for R-Car Gen3
To clean up the xhci-rcar.c code later, this patch adds firmware_name "V3" for R-Car Gen3. Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host')
-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 c1b22fc64e38..8dc77e34a859 100644
--- a/drivers/usb/host/xhci-plat.c
+++ b/drivers/usb/host/xhci-plat.c
@@ -105,6 +105,7 @@ static const struct xhci_plat_priv xhci_plat_renesas_rcar_gen2 = {
};
static const struct xhci_plat_priv xhci_plat_renesas_rcar_gen3 = {
+ .firmware_name = XHCI_RCAR_FIRMWARE_NAME_V3,
.init_quirk = xhci_rcar_init_quirk,
.plat_start = xhci_rcar_start,
.resume_quirk = xhci_rcar_resume_quirk,