ehci: fix ehci pin mux init
authorAjay Kumar Gupta <ajay.gupta@ti.com>
Mon, 19 Oct 2009 22:48:05 +0000 (15:48 -0700)
committerTony Lindgren <tony@atomide.com>
Mon, 19 Oct 2009 22:48:05 +0000 (15:48 -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