Commit fdbb72ed authored by Imre Deak's avatar Imre Deak Committed by Tony Lindgren

[PATCH] ARM: OMAP: PalmTE FB support

For me it didn't even build for PALMTE, so this is at least needed
parent 83c63bd6
...@@ -439,7 +439,7 @@ static void inline setup_regs(void) ...@@ -439,7 +439,7 @@ static void inline setup_regs(void)
#ifdef CONFIG_MACH_OMAP_PALMTE #ifdef CONFIG_MACH_OMAP_PALMTE
/* FIXME:if (machine_is_omap_palmte()) { */ /* FIXME:if (machine_is_omap_palmte()) { */
/* PalmTE uses alternate TFT setting in 8BPP mode */ /* PalmTE uses alternate TFT setting in 8BPP mode */
l |= (tft && fbdev->panel->video_mode->bpp == 8) ? 0x810000 : 0; l |= (is_tft && panel->bpp == 8) ? 0x810000 : 0;
/* } */ /* } */
#endif #endif
omap_writel(l, OMAP_LCDC_CONTROL); omap_writel(l, OMAP_LCDC_CONTROL);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment