Re: [U-Boot] [PATCH 2/3] fdt: add fdt_add_display_timings(..) and friends

2014-10-07 Thread Christian Gmeiner
Hi Simon > On 15 September 2014 07:06, Christian Gmeiner > wrote: >> >> This new function is used to set all display-timings >> properties based on fb_videomode. >> >> display-timings { >> timing0 { >> clock-frequency = <2500>; >> hactive = <640>; >>

Re: [U-Boot] [PATCH 2/3] fdt: add fdt_add_display_timings(..) and friends

2014-09-19 Thread Simon Glass
HI Christian, On 15 September 2014 07:06, Christian Gmeiner wrote: > This new function is used to set all display-timings > properties based on fb_videomode. > > display-timings { > timing0 { > clock-frequency = <2500>; > hactive = <640>; >

[U-Boot] [PATCH 2/3] fdt: add fdt_add_display_timings(..) and friends

2014-09-15 Thread Christian Gmeiner
This new function is used to set all display-timings properties based on fb_videomode. display-timings { timing0 { clock-frequency = <2500>; hactive = <640>; vactive = <480>; hback-porch = <48>; hfront-porc