commit | afc106e07b6d787c3543d8164f10c709c9e0f02c | [log] [tgz] |
---|---|---|
author | Marcel Ziswiler <marcel@ziswiler.com> | Sat Oct 04 01:46:10 2014 +0200 |
committer | Marek Vasut <marex@denx.de> | Mon Oct 06 16:12:48 2014 +0200 |
tree | 87211eb5bdc69b0a1307957c65a83679dee67abe | |
parent | 33004ab06bb7a2a95fe002ff5a9f73e36aeeccf5 [diff] |
usb: tegra: ULPI regression on tegra20 Trying to enumerate USB devices connected via ULPI to T20 failed as follows: USB2: ULPI integrity check failed Git bisecting revealed the following commit being at odds: commit 2d34151f7501ddaa599897f0d89ad576126b03eb usb: tegra: refactor PHY type selection Looking at above commit one quickly identifies a copy paste error which this patch fixes. Happy ULPIing again (;-p). Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>