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

2015-04-07 Thread Simon Glass
Hi Tim, On 6 April 2015 at 08:07, Tim Harvey wrote: > > Add 'fdt_fixup_display' function to fixup device-tree for a specific > display. This is useful if a device-tree has configurations for multiple > display timings for undetectable displays. > > Signed-off-by: Tim Harvey > --- > common/fdt_s

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

2015-04-06 Thread Tim Harvey
Add 'fdt_fixup_display' function to fixup device-tree for a specific display. This is useful if a device-tree has configurations for multiple display timings for undetectable displays. Signed-off-by: Tim Harvey --- common/fdt_support.c | 31 +++ include/fdt_support.h