Re: [PATCH 00/16] OMAPDSS: old OMAPFB cleanup
From: Tony Lindgren <tony@atomide.com>
Date: 2012-02-22 22:09:26
Also in:
linux-omap
From: Tony Lindgren <tony@atomide.com>
Date: 2012-02-22 22:09:26
Also in:
linux-omap
* Tony Lindgren [off-list ref] [120222 10:18]:
* Tomi Valkeinen [off-list ref] [120214 03:21]:quoted
Tony, do you have any feedback on this? I think the arch/arm changes are quite clean as such, but are you ok with (possibly) breaking N770's display? The other OMAP1 boards should, at least in theory, work as well as before. For N770, the bootloader passes the reset GPIO number and number of datalines, and I have no idea what those are.I think they should be: conf->nreset_gpio = 13 conf->data_lines = 24
Probably should be: conf->nreset_gpio = 13 conf->data_lines = 16 No luck getting anything on the LCD though with current kernel though. Tony