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>
Esse commit está contido em:
Yoshihiro Shimoda
2015-11-24 13:09:51 +02:00
commit de Greg Kroah-Hartman
commit 9bf9d9d600
3 arquivos alterados com 26 adições e 14 exclusões

Ver arquivo

@@ -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[] = {