summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-tegra/board-ventana-panel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/board-ventana-panel.c b/arch/arm/mach-tegra/board-ventana-panel.c
index 0ec0e89d456e..267e27e3d3ec 100644
--- a/arch/arm/mach-tegra/board-ventana-panel.c
+++ b/arch/arm/mach-tegra/board-ventana-panel.c
@@ -204,14 +204,14 @@ static struct tegra_fb_data ventana_fb_data = {
.win = 0,
.xres = 1366,
.yres = 768,
- .bits_per_pixel = 16,
+ .bits_per_pixel = 32,
};
static struct tegra_fb_data ventana_hdmi_fb_data = {
.win = 0,
.xres = 1366,
.yres = 768,
- .bits_per_pixel = 16,
+ .bits_per_pixel = 32,
};
static struct tegra_dc_out ventana_disp1_out = {