Re: [U-Boot] [PATCH v2 1/2] fdt_support: support adding EDID property to FDT display nodes

2010-10-12 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message 1282123520-25823-1-git-send-email-ag...@denx.de you wrote: Boards can pass display timing info for drivers using EDID block. Provide common function to add board specific EDID data to the device tree. Subsequent patch makes use of this functionality.

Re: [U-Boot] [PATCH v2 1/2] fdt_support: support adding EDID property to FDT display nodes

2010-10-12 Thread Jerry Van baren
On 10/12/2010 3:06 PM, Wolfgang Denk wrote: Dear Anatolij Gustschin, In message1282123520-25823-1-git-send-email-ag...@denx.de you wrote: [snip] Signed-off-by: Anatolij Gustschinag...@denx.de Acked-by: Detlev Zundeld...@denx.de Cc: Gerald Van Barenvanba...@cideas.com --- v2: -

[U-Boot] [PATCH v2 1/2] fdt_support: support adding EDID property to FDT display nodes

2010-08-18 Thread Anatolij Gustschin
Boards can pass display timing info for drivers using EDID block. Provide common function to add board specific EDID data to the device tree. Subsequent patch makes use of this functionality. Detailed timing descriptor data from EDID is used for programming the display controller. This is