From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 5 May 2014 11:51:05 +0200 Subject: [U-Boot] [PATCH] at91: video: atmel_hlcdfb.c: fix bad timing configuration In-Reply-To: <1394440841-4874-1-git-send-email-josh.wu@atmel.com> References: <1394440841-4874-1-git-send-email-josh.wu@atmel.com> Message-ID: <20140505115105.5f316963@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 10 Mar 2014 16:40:41 +0800 Josh Wu wrote: > The right correspondance between LCD margins and LCD timings is: > * upper margin -> vertical back porch > * lower margin -> vertical front porch > * left margin -> horizontal back porch > * right margin -> horizontal front porch > > Signed-off-by: Josh Wu > --- > drivers/video/atmel_hlcdfb.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) applied to u-boot-video/master. Thanks! Anatolij