Hello!
I'm now developing software (Linux based) for custom device on TMS320DM365
SoC. One of my main tasks is to support LCD display. I was digging kernel
sources from DaVinci SDK for some time (it's 2.6.32.17 kernel), but
yesterday I checked out current source from TI git repo.
There was support for EVM368 onboard LCD in old sources, but in current I
can not find it (encoder manager and davinci platform thingy are gone.
(/drivers/media/video/davinci)
). I found functions *_config() in davincifb driver, and they are
initializing VPBE for different video modes. I need to support display,
that is connected via serial RGB interface (I have datasheets for SoC, so
all about registers, etc. looks clear). It's ok to write another function
like davincifb_lcd_rgb_config() for ex. and do display initializtion there?
Or maybe I am missing something?
In davincifb driver within 2.6 sources I saw device registration in module
init, but FIXME says, that it should move to board setup file. I looked
files in /arch/arm/mach-davinci, but didn't find anything like. Is this
code removed? And if yes, does it mean no support for that LCD in current
kernel?
Thanks!

Alexander.
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to