diff options
author | Sebastien Jan <s-jan@ti.com> | 2011-06-22 20:40:31 +0100 |
---|---|---|
committer | Andy Green <andy.green@linaro.org> | 2011-06-22 20:40:31 +0100 |
commit | 6bd63c9cd1a09dfbb3299a00353921097b1fcc64 (patch) | |
tree | 13f83125785efde66ca9892f80a0034de40b68d6 | |
parent | 67a0195593241fb0b835065ae0d74602890daad9 (diff) |
Subject: [PATCH 19/19] panda: select HDMI as default video output2.6.39-2011-06
Tested with following kernel command line arguments:
vram=32M omapfb.vram=0:8M,1:8M
The omapfb.vram is necessary to properly size the FB, else FB are
sized for a 640x480 screen, and cannot be properly re-sized afterwards.
Signed-off-by: Sebastien Jan <s-jan@ti.com>
-rw-r--r-- | arch/arm/mach-omap2/board-omap4panda.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-omap4panda.c b/arch/arm/mach-omap2/board-omap4panda.c index a824b7b8f62..cce44e2bdcf 100644 --- a/arch/arm/mach-omap2/board-omap4panda.c +++ b/arch/arm/mach-omap2/board-omap4panda.c @@ -669,7 +669,7 @@ static struct omap_dss_device *omap4_panda_dss_devices[] = { static struct omap_dss_board_info omap4_panda_dss_data = { .num_devices = ARRAY_SIZE(omap4_panda_dss_devices), .devices = omap4_panda_dss_devices, - .default_device = &omap4_panda_dvi_device, + .default_device = &omap4_panda_hdmi_device, }; void omap4_panda_display_init(void) |