commit | 4bd597b633ae630e09d58957bd99870eac35fcb4 | [log] [tgz] |
---|---|---|
author | Sascha Hauer <s.hauer@pengutronix.de> | Mon Jan 03 11:30:28 2011 +0100 |
committer | Sascha Hauer <s.hauer@pengutronix.de> | Fri Feb 11 08:40:45 2011 +0100 |
tree | 39b829bee667531ac41ea48d7f392ecb9258f956 | |
parent | cb07625d1f84fb48e6849cb530762ffcc6f8e458 [diff] |
ARM i.MX ehci: do ehci init in board specific functions The mxc-ehci driver calls SoC specific phy initialization right after calling board specific initialization. To offer greater flexibility for boards to setup the phy and to get rid of some unnecessary flags in platform data this patch lets the boards call the SoC specific phy initialization and remove it from the driver. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>