summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-colibri_t30.h
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2012-10-11 08:53:59 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2012-10-11 08:53:59 +0200
commit3bb417fa73d3576ed83ca49c6a28806b05409c83 (patch)
tree3b0127132de7d73c03f92e97a9402a3b76f64dcf /arch/arm/mach-tegra/board-colibri_t30.h
parentea78828d883fdf7e3698b5429190778c774f67ed (diff)
tegra: colibri_t30: add more video modes
Add the following tested (e.g. framebuffer console and X) video modes: - 800x480@60 (e.g. for EDT ET070080DH6) - 800x600@60 - 1024x768@60 - 1024x768@75 - 1280x720@60 aka 720p - 1366x768@60 The define TEGRA_FB_VGA in board-colibri_t30.h can be used to switch between VGA and 800x480.
Diffstat (limited to 'arch/arm/mach-tegra/board-colibri_t30.h')
-rw-r--r--arch/arm/mach-tegra/board-colibri_t30.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-colibri_t30.h b/arch/arm/mach-tegra/board-colibri_t30.h
index b67082a5b4cf..3faf0593f900 100644
--- a/arch/arm/mach-tegra/board-colibri_t30.h
+++ b/arch/arm/mach-tegra/board-colibri_t30.h
@@ -54,9 +54,15 @@
#define STMPE811_IRQ_BASE TPS6591X_IRQ_END
#define STMPE811_IRQ_END (STMPE811_IRQ_BASE + 22)
-//#define COLIBRI_T30_SDMMC4B /* SD-card on SDMMC4B rather than SDMMC2 */
+/* Uncomment for SD-card on SDMMC4B rather than SDMMC2 */
+//#define COLIBRI_T30_SDMMC4B
+
+/* Uncomment for camera interface support on Colibri Evaluation carrier board */
//#define COLIBRI_T30_VI
+/* Run framebuffer in VGA mode */
+#define TEGRA_FB_VGA
+
int colibri_t30_regulator_init(void);
int colibri_t30_suspend_init(void);
int colibri_t30_pinmux_init(void);