Re: [U-Boot] [PATCH 09/17] sunxi: video: Add lcd output support

2014-12-31 Thread Hans de Goede
Hi, On 29-12-14 14:43, Ian Campbell wrote: On Wed, 2014-12-24 at 20:06 +0100, Hans de Goede wrote: +static void sunxi_lcdc_panel_enable(void) +{ + int pin; + + /* +* Start with backlight disabled to avoid the screen flashing to +* white while the lcd inits. +

Re: [U-Boot] [PATCH 09/17] sunxi: video: Add lcd output support

2014-12-29 Thread Ian Campbell
On Wed, 2014-12-24 at 20:06 +0100, Hans de Goede wrote: +static void sunxi_lcdc_panel_enable(void) +{ + int pin; + + /* + * Start with backlight disabled to avoid the screen flashing to + * white while the lcd inits. + */ + pin =

[U-Boot] [PATCH 09/17] sunxi: video: Add lcd output support

2014-12-24 Thread Hans de Goede
Add lcd output support, see the new Kconfig entries and doc/README.video for how to enable / configure this. Signed-off-by: Hans de Goede hdego...@redhat.com --- arch/arm/include/asm/arch-sunxi/display.h | 25 - arch/arm/include/asm/arch-sunxi/gpio.h| 2 + board/sunxi/Kconfig