[U-Boot] [PATCH] sunxi: display: Make lcd display clk phase configurable

2015-01-13 Thread Hans de Goede
While running some tests with an Olinuxino-A13-Micro + a 7" Olimex LCD module I noticed that the screen flickered. This is caused by the lcd display clk phase reg value being set to 0, where it should be 1 in this setup. This commit adds a Kconfig option for the lcd display clk phase, so that we c

Re: [U-Boot] [PATCH] sunxi: display: Make lcd display clk phase configurable

2015-01-17 Thread Ian Campbell
On Tue, 2015-01-13 at 13:33 +0100, Hans de Goede wrote: > While running some tests with an Olinuxino-A13-Micro + a 7" Olimex LCD module > I noticed that the screen flickered. This is caused by the lcd display clk > phase reg value being set to 0, where it should be 1 in this setup. > > This commit

Re: [U-Boot] [PATCH] sunxi: display: Make lcd display clk phase configurable

2015-01-17 Thread Simon Glass
Hi Hans, On 13 January 2015 at 04:33, Hans de Goede wrote: > While running some tests with an Olinuxino-A13-Micro + a 7" Olimex LCD module > I noticed that the screen flickered. This is caused by the lcd display clk > phase reg value being set to 0, where it should be 1 in this setup. > > This co

Re: [U-Boot] [PATCH] sunxi: display: Make lcd display clk phase configurable

2015-01-18 Thread Siarhei Siamashka
On Tue, 13 Jan 2015 13:33:32 +0100 Hans de Goede wrote: > While running some tests with an Olinuxino-A13-Micro + a 7" Olimex LCD module > I noticed that the screen flickered. This is caused by the lcd display clk > phase reg value being set to 0, where it should be 1 in this setup. > > This comm

Re: [U-Boot] [PATCH] sunxi: display: Make lcd display clk phase configurable

2015-01-18 Thread Hans de Goede
Hi, On 18-01-15 12:33, Siarhei Siamashka wrote: On Tue, 13 Jan 2015 13:33:32 +0100 Hans de Goede wrote: While running some tests with an Olinuxino-A13-Micro + a 7" Olimex LCD module I noticed that the screen flickered. This is caused by the lcd display clk phase reg value being set to 0, wher

Re: [U-Boot] [PATCH] sunxi: display: Make lcd display clk phase configurable

2015-01-19 Thread Hans de Goede
Hi, On 18-01-15 04:12, Simon Glass wrote: Hi Hans, On 13 January 2015 at 04:33, Hans de Goede wrote: While running some tests with an Olinuxino-A13-Micro + a 7" Olimex LCD module I noticed that the screen flickered. This is caused by the lcd display clk phase reg value being set to 0, where i

Re: [U-Boot] [PATCH] sunxi: display: Make lcd display clk phase configurable

2015-01-19 Thread Simon Glass
Hi Hans, On 19 January 2015 at 12:06, Hans de Goede wrote: > Hi, > > > On 18-01-15 04:12, Simon Glass wrote: >> >> Hi Hans, >> >> On 13 January 2015 at 04:33, Hans de Goede wrote: >>> >>> While running some tests with an Olinuxino-A13-Micro + a 7" Olimex LCD >>> module >>> I noticed that the scr

Re: [U-Boot] [PATCH] sunxi: display: Make lcd display clk phase configurable

2015-01-19 Thread Hans de Goede
Hi, On 19-01-15 20:46, Simon Glass wrote: Hi Hans, On 19 January 2015 at 12:06, Hans de Goede wrote: Hi, On 18-01-15 04:12, Simon Glass wrote: Hi Hans, On 13 January 2015 at 04:33, Hans de Goede wrote: While running some tests with an Olinuxino-A13-Micro + a 7" Olimex LCD module I not

Re: [U-Boot] [PATCH] sunxi: display: Make lcd display clk phase configurable

2015-01-19 Thread Simon Glass
Hi Hans, On 19 January 2015 at 13:10, Hans de Goede wrote: > Hi, > > > On 19-01-15 20:46, Simon Glass wrote: >> >> Hi Hans, >> >> On 19 January 2015 at 12:06, Hans de Goede wrote: >>> >>> Hi, >>> >>> >>> On 18-01-15 04:12, Simon Glass wrote: Hi Hans, On 13 January 2015 a