Re: [U-Boot] [PATCH 2/2] pdm360ng: add EDID property to FDT display node

2010-08-17 Thread Anatolij Gustschin
Hello Wolfgang, On Mon, 16 Aug 2010 16:02:14 +0200 Wolfgang Denk w...@denx.de wrote: ... I have one (probably stupid) question: +static unsigned char edid_buf[128] = { + 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, + 0x42, 0xC9, 0x34, 0x12, 0x01, 0x00, 0x00, 0x00, + 0x0A,

Re: [U-Boot] [PATCH 2/2] pdm360ng: add EDID property to FDT display node

2010-08-17 Thread Detlev Zundel
Hi Anatolij, Hello Wolfgang, On Mon, 16 Aug 2010 16:02:14 +0200 Wolfgang Denk w...@denx.de wrote: ... I have one (probably stupid) question: +static unsigned char edid_buf[128] = { + 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, + 0x42, 0xC9, 0x34, 0x12, 0x01, 0x00, 0x00, 0x00,

[U-Boot] [PATCH 2/2] pdm360ng: add EDID property to FDT display node

2010-08-16 Thread Anatolij Gustschin
PDM360NG board uses this functionality to pass display timing info to the Linux Framebuffer driver. Signed-off-by: Anatolij Gustschin ag...@denx.de --- board/pdm360ng/pdm360ng.c | 24 1 files changed, 24 insertions(+), 0 deletions(-) diff --git

Re: [U-Boot] [PATCH 2/2] pdm360ng: add EDID property to FDT display node

2010-08-16 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message 1281963128-13777-2-git-send-email-ag...@denx.de you wrote: PDM360NG board uses this functionality to pass display timing info to the Linux Framebuffer driver. thanks for these patches. I have one (probably stupid) question: +static unsigned char