ehci: fix ehci pin mux init
authorAjay Kumar Gupta <ajay.gupta@ti.com>
Mon, 12 Oct 2009 16:17:13 +0000 (09:17 -0700)
committerTony Lindgren <tony@atomide.com>
Mon, 12 Oct 2009 16:17:13 +0000 (09:17 -0700)
EHCI pin mux init fucntion is still using old #ifdef
which are not defined anymore.This causes pin mux init to
always set TLL settings and thus EHCI PHY mode doesn't work.

Fixing this issue by using phy_mode parameter to initialize
mux settings.

Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
Acked-by: Felipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found