commit | f31e411897ee5802591485aeeb0918c152a3a29a | [log] [tgz] |
---|---|---|
author | Lucas Stach <dev@lynxeye.de> | Mon Oct 01 00:44:35 2012 +0200 |
committer | Tom Rini <trini@ti.com> | Mon Oct 15 11:54:01 2012 -0700 |
tree | 856a73236a703f2bbeb92a276b0a66dbc71d5c49 | |
parent | c86753b8baca327dae29d4626def71f88e1ccf5f [diff] |
tegra20: add USB ULPI init code This adds the required code to set up a ULPI USB port. It is mostly a port of the Linux ULPI setup code with some tweaks added for more correctness, discovered along the way of debugging this. To use this both CONFIG_USB_ULPI and CONFIG_USB_ULPI_VIEWPORT have to be set in the board configuration file. Signed-off-by: Lucas Stach <dev@lynxeye.de> Acked-by: Igor Grinberg <grinberg@compulab.co.il>