Re: [U-Boot] [PATCH 2/5] sunxi: display: Correct clk_delay calculations for lcd displays

2015-08-05 Thread Ian Campbell
On Mon, 2015-08-03 at 23:54 +0200, Hans de Goede wrote: We should only substract 2 from the vblank time when using tcon1. subtract Signed-off-by: Hans de Goede hdego...@redhat.com Acked-by: Ian Campbell i...@hellion.org.uk ___ U-Boot mailing list

[U-Boot] [PATCH 2/5] sunxi: display: Correct clk_delay calculations for lcd displays

2015-08-03 Thread Hans de Goede
We should only substract 2 from the vblank time when using tcon1. Signed-off-by: Hans de Goede hdego...@redhat.com --- drivers/video/sunxi_display.c | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/drivers/video/sunxi_display.c b/drivers/video/sunxi_display.c index