Re: [U-Boot] [PATCH v2] fdt: add new fdt_fixup_display function to configure display

2015-04-22 Thread Tom Rini
On Wed, Apr 22, 2015 at 10:26:30AM -0600, Simon Glass wrote: > Hi, > > On 22 April 2015 at 06:38, Stefano Babic wrote: > > > > Hi Tim, > > > > On 21/04/2015 06:13, Tim Harvey wrote: > > > On Thu, Apr 9, 2015 at 10:56 AM, Simon Glass wrote: > > >> Hi Tim, > > >> > > >> On 8 April 2015 at 12:45, T

Re: [U-Boot] [PATCH v2] fdt: add new fdt_fixup_display function to configure display

2015-04-22 Thread Simon Glass
Hi, On 22 April 2015 at 06:38, Stefano Babic wrote: > > Hi Tim, > > On 21/04/2015 06:13, Tim Harvey wrote: > > On Thu, Apr 9, 2015 at 10:56 AM, Simon Glass wrote: > >> Hi Tim, > >> > >> On 8 April 2015 at 12:45, Tim Harvey wrote: > >>> > >>> Add 'fdt_fixup_display' function to fixup device-tree

Re: [U-Boot] [PATCH v2] fdt: add new fdt_fixup_display function to configure display

2015-04-22 Thread Stefano Babic
Hi Tim, On 21/04/2015 06:13, Tim Harvey wrote: > On Thu, Apr 9, 2015 at 10:56 AM, Simon Glass wrote: >> Hi Tim, >> >> On 8 April 2015 at 12:45, Tim Harvey wrote: >>> >>> Add 'fdt_fixup_display' function to fixup device-tree native-mode property >>> of display-timings node to select timings for a

Re: [U-Boot] [PATCH v2] fdt: add new fdt_fixup_display function to configure display

2015-04-20 Thread Tim Harvey
On Thu, Apr 9, 2015 at 10:56 AM, Simon Glass wrote: > Hi Tim, > > On 8 April 2015 at 12:45, Tim Harvey wrote: >> >> Add 'fdt_fixup_display' function to fixup device-tree native-mode property >> of display-timings node to select timings for a specific display. >> This is useful if a device-tree ha

Re: [U-Boot] [PATCH v2] fdt: add new fdt_fixup_display function to configure display

2015-04-09 Thread Simon Glass
Hi Tim, On 9 April 2015 at 12:05, Tim Harvey wrote: > On Thu, Apr 9, 2015 at 10:56 AM, Simon Glass wrote: >> >> Acked-by: Simon Glass >> >> Is that binding file already in U-Boot? >> > > Simon, > > No - I don't think it is. I see now that there is a > doc/device-tree-bindings/ dir in U-Boot. Is

Re: [U-Boot] [PATCH v2] fdt: add new fdt_fixup_display function to configure display

2015-04-09 Thread Tim Harvey
On Thu, Apr 9, 2015 at 10:56 AM, Simon Glass wrote: > > Acked-by: Simon Glass > > Is that binding file already in U-Boot? > Simon, No - I don't think it is. I see now that there is a doc/device-tree-bindings/ dir in U-Boot. Is this for bindings that U-Boot itself 'uses' as far as using a device

Re: [U-Boot] [PATCH v2] fdt: add new fdt_fixup_display function to configure display

2015-04-09 Thread Simon Glass
Hi Tim, On 8 April 2015 at 12:45, Tim Harvey wrote: > > Add 'fdt_fixup_display' function to fixup device-tree native-mode property > of display-timings node to select timings for a specific display. > This is useful if a device-tree has configurations for multiple > display timings for undetectab

[U-Boot] [PATCH v2] fdt: add new fdt_fixup_display function to configure display

2015-04-08 Thread Tim Harvey
Add 'fdt_fixup_display' function to fixup device-tree native-mode property of display-timings node to select timings for a specific display. This is useful if a device-tree has configurations for multiple display timings for undetectable displays. see kernel Documentation/devicetree/bindings/video