summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-paz00.h
AgeCommit message (Collapse)AuthorFilesLines
2011-07-13ARM: tegra: paz00: cleanup sdhci portsMarc Dietrich1-3/+0
The internal storage has no gpios connected to. Also the second port is not connected at all, so remove it from the board file. Signed-off-by: Marc Dietrich <marvin24@gmx.de> Signed-off-by: Colin Cross <ccross@android.com>
2011-07-13ARM: tegra: paz00: enable usb portsMarc Dietrich1-0/+1
This patch add support for the second and third ehci bus on paz00. The first bus needs gadget and nvec support and will be added once the needed patches are upstream. Signed-off-by: Marc Dietrich <marvin24@gmx.de> Signed-off-by: Colin Cross <ccross@android.com>
2011-07-13ARM: tegra: paz00: whitespace cleanupMarc Dietrich1-6/+6
This patch replaces long sequences of spaces by tabs and tabs by spaces were appropriate. Signed-off-by: Marc Dietrich <marvin24@gmx.de> Signed-off-by: Colin Cross <ccross@android.com>
2011-03-08ARM: tegra: Add Toshiba AC100 supportMarc Dietrich1-0/+29
This patch adds the config infrastructure, the pinmux and basic board setup code for PAZ00 (name of board inside the AC100/AZ). Signed-off-by: Marc Dietrich <marvin24@gmx.de> Signed-off-by: Olof Johansson <olof@lixom.net>