Adding a new LCD display.

fatbrain
Hi
I want to change the current 3.5 inch display with a 4.3 inch one from
Newhaven displays 

http://www.newhavendisplay.com/index.php?main_page=product_info&cPat...

It does have touch. Since our friendlyARM has a 24-bit RGB interface, this
display will work.
What I want to know is where in the code do I need to change to support the
resolution (480x272) and timings for HSYNC & VSYNC.

regards
--fatbrain

mindee
hi,
in linux bsp, it's mach-mini2440.c
in windowsce bsp, it's s3c2440a_lcd.h

regards

mindee

fatbrain
Attachment: nehaven_timings.jpg (111.35 KB)
Hi

Find attached timing data for the newhaven display 4.3 inch (480by2272).
What values in mach-mini2440.c do I need to change and how do I map the
timing data from the LCD datasheet to linux values as defined in
mach-mini2440.c 

Namely 

LCD_PIXCLOCK,
LCD_RIGHT_MARGIN,LCD_LEFT_MARGIN,LCD_HSYNC-LEN,
LCD_UPPER_MARGIN,LCD_LOWER_MARGIN,LCD_VSYNC_LEN

Do I need to change the values only in mach-mini2440.c or there are other
files in the kernel source to be modified. 

regards
fatbrain