The patch makes the dove SoC use the proper USB phy setup. Signed-off-by: Saeed Bishara <saeed@xxxxxxxxxxx> --- arch/arm/mach-dove/common.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-dove/common.c b/arch/arm/mach-dove/common.c index 5da2cf4..a83069c 100644 --- a/arch/arm/mach-dove/common.c +++ b/arch/arm/mach-dove/common.c @@ -74,7 +74,7 @@ void __init dove_map_io(void) ****************************************************************************/ static struct orion_ehci_data dove_ehci_data = { .dram = &dove_mbus_dram_info, - .phy_version = EHCI_PHY_NA, + .phy_version = EHCI_PHY_DOVE, }; static u64 ehci_dmamask = DMA_BIT_MASK(32); -- 1.6.0.4 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html