summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-harmony-panel.c
diff options
context:
space:
mode:
authorKevin Huang <kevinh@nvidia.com>2011-07-05 18:27:43 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2012-03-23 20:57:54 -0700
commite444d54dff57feec9cd0245467ae97371741402c (patch)
tree6219bd63a236fb62e396d5fdfdefc9c193f75012 /arch/arm/mach-tegra/board-harmony-panel.c
parent733e2345866c1716da50367d40a01008694df76d (diff)
arm: tegra: cardhu: Fix the issue of boot screen corruption.
- The issue is due to the corruption of bootloader fb during kernel initialization. This change reserves the bootloader fb and then frees it until bootloader fb is copied to fb for Cardhu, Ventana, Whistler, Enterprise and Aruba. - Change color depth of Cardhu and Harmony to 32-bit. Bug 828271 Bug 832016 Original-Change-Id: I05ef5930ee68dcbd672a5cb59b4568a2c88a2e55 Reviewed-on: http://git-master/r/34966 Reviewed-by: Varun Colbert <vcolbert@nvidia.com> Tested-by: Varun Colbert <vcolbert@nvidia.com> Rebase-Id: R26138ad5904e2f22b1c0df8269b629e99b1b96e4
Diffstat (limited to 'arch/arm/mach-tegra/board-harmony-panel.c')
-rw-r--r--arch/arm/mach-tegra/board-harmony-panel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-harmony-panel.c b/arch/arm/mach-tegra/board-harmony-panel.c
index 309d72e4b490..a7890a797e92 100644
--- a/arch/arm/mach-tegra/board-harmony-panel.c
+++ b/arch/arm/mach-tegra/board-harmony-panel.c
@@ -45,7 +45,7 @@ static struct tegra_fb_lcd_data tegra_fb_lcd_platform_data = {
.lcd_yres = 600,
.fb_xres = 1024,
.fb_yres = 600,
- .bits_per_pixel = 16,
+ .bits_per_pixel = 32,
};
static struct platform_device tegra_fb_device = {