From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Frysinger Date: Thu, 19 Jul 2012 10:13:08 -0400 Subject: [U-Boot] [PATCH v3 08/18] tegra: Add SOC support for display/lcd In-Reply-To: <20120719080303.GB14571@chaoj-nv-desktop.nvidia.com> References: <1342106718-3058-1-git-send-email-sjg@chromium.org> <1342106718-3058-9-git-send-email-sjg@chromium.org> <20120719080303.GB14571@chaoj-nv-desktop.nvidia.com> Message-ID: <201207191013.11169.vapier@gentoo.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thursday 19 July 2012 04:03:04 Adam Jiang wrote: > On Thu, Jul 12, 2012 at 11:25:08PM +0800, Simon Glass wrote: > > + /* Use a ref-to-sync of 1 always, and take this from the front > > porch */ > > ref-to-sync is supposed to be 1 here. > > > + back = fdtdec_get_int(blob, rgb, "left-margin", -1); > > + front = fdtdec_get_int(blob, rgb, "right-margin", -1); > > + ref = fdtdec_get_int(blob, rgb, "hsync-len", -1); > > + if ((back | front | ref) == -1) { > > + debug("%s: Horizontal parameters missing\n", __func__); > > + return -FDT_ERR_NOTFOUND; > > + } > > + config->horiz_timing[FDT_LCD_TIMING_REF_TO_SYNC] = 11; > > It is assigned to 11. when replying, please delete anything you aren't quoting. in this case, there was over 1000 lines of content that was just noise. it makes it hard to see what your responses are if you don't clip. -mike -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part. URL: