]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
pxa_lcd: make lcd_enable() a weak pointer
authorMike Dunn <mikedunn@newsguy.com>
Fri, 12 Apr 2013 18:59:14 +0000 (11:59 -0700)
committerMarek Vasut <marex@denx.de>
Sun, 5 May 2013 21:47:05 +0000 (23:47 +0200)
commit86e929e8252c9b2a6e74a9d53c9ef8a9d5353602
tree3e425994bce4111e8e2b2da3af016991acb1bcd9
parent98eda33858e615611cb6a7c42527c3b72449ae04
pxa_lcd: make lcd_enable() a weak pointer

Make lcd_init() a weak pointer so that boards can overload it if necessary.  The
palmtreo680 board needs to wiggle some gpios and configure the pwm controller in
order to get the lcd and its backlight working.

Signed-off-by: Mike Dunn <mikedunn@newsguy.com>
drivers/video/pxa_lcd.c