I have a quick question on the LCD resolution on the am3352. Currently using the 3.14 kernel from Ti git.
The LCD panel works fine but the vyres is wrong by default so I need to manually correct it with fbset in order to make it work. Does anyone know what in the kernel sets that parameter since the yres is correct by default?
# fbset
mode "320x240-0"
# D: 0.000 MHz, H: 0.000 kHz, V: 0.000 Hz
geometry 320 240 320 720 16
timings 0 0 0 0 0 0 0
accel true
rgba 5/11,6/5,5/0,0/0
endmode
# fbset -fb /dev/fb0 -g 320 240 320 240 16
# fbset
mode "320x240-0"
# D: 0.000 MHz, H: 0.000 kHz, V: 0.000 Hz
geometry 320 240 320 240 16
timings 0 0 0 0 0 0 0
accel true
rgba 5/11,6/5,5/0,0/0
endmode
Thanks.
//Henrik