From fa236141e8debca1b6f4dabca2481427a57cef31 Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Wed, 20 Feb 2013 11:10:07 +0100 Subject: apalis_t30: fix 24 bpp rgb output Activate 24 bpp RGB output. Please not that this is just the backend configuration. For true 24 bpp output the framebuffer as well as driver have to be configured for 24 resp. 32 bpp as well. --- arch/arm/mach-tegra/board-apalis_t30-panel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm/mach-tegra/board-apalis_t30-panel.c') diff --git a/arch/arm/mach-tegra/board-apalis_t30-panel.c b/arch/arm/mach-tegra/board-apalis_t30-panel.c index f8f0672b8eb1..d8bfbec38706 100644 --- a/arch/arm/mach-tegra/board-apalis_t30-panel.c +++ b/arch/arm/mach-tegra/board-apalis_t30-panel.c @@ -540,7 +540,7 @@ static struct tegra_dc_out apalis_t30_disp1_out = { .align = TEGRA_DC_ALIGN_MSB, .order = TEGRA_DC_ORDER_RED_BLUE, - .depth = 18, + .depth = 24, .dither = TEGRA_DC_ORDERED_DITHER, .modes = apalis_t30_panel_modes, -- cgit v1.2.3