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

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to