From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Mon, 29 Dec 2014 13:58:23 +0000 Subject: [U-Boot] [PATCH 17/17] sunxi: video: Use sunxi_lcdc_get_clk_delay to calculate tcon1 delay In-Reply-To: <1419447989-21959-18-git-send-email-hdegoede@redhat.com> References: <1419447989-21959-1-git-send-email-hdegoede@redhat.com> <1419447989-21959-18-git-send-email-hdegoede@redhat.com> Message-ID: <1419861503.13595.94.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 2014-12-24 at 20:06 +0100, Hans de Goede wrote: > Use sunxi_lcdc_get_clk_delay to calculate tcon1 delay instead of hardcoding > it to 30. We will still end up using 30 for most modes, but for e.g. 800x600 > this makes a (small) difference. > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell