[PATCH 2/5] ARM: use the Dove USB phy setup

Saeed Bishara saeed at marvell.com
Sun May 2 10:22:39 EDT 2010


The patch makes the dove SoC use the proper USB phy setup.

Signed-off-by: Saeed Bishara <saeed at marvell.com>
---
 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




More information about the linux-arm-kernel mailing list