# devg-omapl1xx.so parameters for tailoring to specific boards and display modes. # # General driver settings # # INTERNAL RASTER CONTROLLER SETTINGS # (see OMAPL1xx Processor Liquid Crystal Display (LCD) Module Reference Guide for settings details) # # hsw Horizontal Sync Pulse Width # hfp Horizontal Front Porch # hbp Horizontal Back Porch # vsw Vertical Sync Pulse Width # vfp Veritcal Front Porch # vbp Vertical Back Porch # lpp Lines per Panel # syncc Horizontal and Vertical Sync Control (0 = Inactive, 1 = Active) # synce Horizontal and Vertical Sync Edge (0 = Rising Edge, 1 = Falling edge) # bias Invert AC Bias (0 = LCD_AC is an active high pulse, 1 = LCD_AC is an active low pulse) # ipc Invert Pixel Clock (0 = LCD data driven on rising Edge of PCLK, 1 = LCD data driven on falling edge) # ihs Invert Line Clock (0 = LCD_HSYNC is active high pulse, 1 = LCD_HSYNC is active low pulse) # ivs Invert Frame Clock (0 = LCD_VSYNC is active high pulse, 1 = LCD_VSYNC is active low pulse) # acbi Number of AC Bias output transition counts before settinf AC bias interrupt # acb AC Bias Pin Frequency # type LCD panel type (1 = active panel, 0 = passive panel) # pcd Clock divisor (Pixel clock is 200 Mhz / pcd) # lcdx LCD Xresolution (in pixels) # lcdy LCD Yresolution (in pixels) # irq LCD IRQ # display "lcd" (default) or "hdmi" ## AM335X EVM HannStar 7" display only: # lr Swap left and right # tb Swap top and bottom # mode3 0:DE/SYNC mode select 1:HSD/VSD mode # dith 0:8bit resolution (default) 1:6bit resolution (last 2 bits of input data truncated) # 800x480 HannStar 7" panel #hsw=49,hfp=41,hbp=40,vsw=4,vfp=14,vbp=29,lpp=525,syncc=1,synce=0,ivs=1,ihs=1,ipc=0,bias=0,acb=0,acbi=0,pcd=6,type=0,lcdx=800,lcdy=480,irq=36,refresh=60,display=lcd #hsw=2,hfp=2,hbp=2,vsw=10,vfp=2,vbp=2,lpp=272,syncc=1,synce=1,ivs=1,ihs=1,ipc=1,bias=0,acb=0,acbi=0,pcd=22,type=1,lcdx=480,lcdy=272,irq=36,refresh=60,display=lcd; #hsw=5,hfp=10,hbp=44,vsw=10,vfp=4,vbp=13,lpp=272,syncc=1,synce=0,ivs=1,ihs=1,ipc=0,bias=0,acb=0,acbi=0,pcd=22,type=1,lcdx=480,lcdy=272,irq=36,refresh=60,display=lcd #added mode3=0 as DE/SYNC mode is necessary hsw=5,hfp=10,hbp=44,vsw=10,vfp=4,vbp=13,lpp=272,syncc=1,synce=0,ivs=1,ihs=1,ipc=0,bias=0,acb=0,acbi=0,pcd=22,type=1,lcdx=480,lcdy=272,irq=36,refresh=60,display=hdmi