Commit c8e32816 authored by andrzej zaborowski's avatar andrzej zaborowski Committed by Tony Lindgren

[PATCH] ARM: OMAP: Fix LCD for PalmTE

Fix LCD for PalmTE
parent 0d50bd83
...@@ -24,9 +24,9 @@ ...@@ -24,9 +24,9 @@
#include <linux/module.h> #include <linux/module.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/arch/fpga.h>
#include "omapfb.h" #include <asm/arch/fpga.h>
#include <asm/arch/omapfb.h>
/* #define OMAPFB_DBG 1 */ /* #define OMAPFB_DBG 1 */
...@@ -67,11 +67,11 @@ struct lcd_panel palmte_panel = { ...@@ -67,11 +67,11 @@ struct lcd_panel palmte_panel = {
.name = "palmte", .name = "palmte",
.config = OMAP_LCDC_PANEL_TFT | OMAP_LCDC_INV_VSYNC | .config = OMAP_LCDC_PANEL_TFT | OMAP_LCDC_INV_VSYNC |
OMAP_LCDC_INV_HSYNC | OMAP_LCDC_HSVS_RISING_EDGE | OMAP_LCDC_INV_HSYNC | OMAP_LCDC_HSVS_RISING_EDGE |
OMAP_LCDC_HSVS_OPPOSITE; OMAP_LCDC_HSVS_OPPOSITE,
.data_lines = 16, .data_lines = 16,
.bpp = 8, .bpp = 8,
.pixel_clock = 12500, .pixel_clock = 12000,
.x_res = 320, .x_res = 320,
.y_res = 320, .y_res = 320,
.hsw = 4, .hsw = 4,
...@@ -80,7 +80,7 @@ struct lcd_panel palmte_panel = { ...@@ -80,7 +80,7 @@ struct lcd_panel palmte_panel = {
.vsw = 1, .vsw = 1,
.vfp = 8, .vfp = 8,
.vbp = 7, .vbp = 7,
.pcd = 5, .pcd = 0,
.init = palmte_panel_init, .init = palmte_panel_init,
.cleanup = palmte_panel_cleanup, .cleanup = palmte_panel_cleanup,
......
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