[ARM] tegra: stingray: Add ehci3 for all devices
authorGreg Meiste <w30289@motorola.com>
Mon, 28 Feb 2011 19:45:20 +0000 (13:45 -0600)
committerBenoit Goby <benoit@android.com>
Tue, 1 Mar 2011 04:28:58 +0000 (20:28 -0800)
commit7ab7ab9c5caeaed003b52a3cd77c638b54fcd9ab
tree6ab1963003467288cf679c3d9e2be7b00b8a27d5
parentfa69876f48eec56d96a2a3970b46b6c2b1305823
[ARM] tegra: stingray: Add ehci3 for all devices

Even though the wifi-only model has nothing attached to ehci3, the
driver still needs to be probed.  This is because the USB register
settings are lost in LP0. So currently after the device resumes from
LP0 the first time, the current drain is 12mA higher!  When the
ehci3 driver is present, its resume code runs and restores the
registers to a known good state, which solves the power management
issue.

Change-Id: I6329704f7a1161eb139b62002a50085eb05d2fdc
Signed-off-by: Greg Meiste <w30289@motorola.com>
arch/arm/mach-tegra/board-stingray.c