Re: [U-Boot] [PATCH 9/9] mx6qsabrelite: Add splaschscreen support

2012-07-31 Thread Dirk Behme
Hi Fabio, On 31.05.2012 19:24, Fabio Estevam wrote: Add splaschscreen support. It was used a Hannstar 1024 x 768 LVDS panel that can be connected to the mx6qsabrelite board. Signed-off-by: Fabio Estevam --- I understand this patch will need to be improved, but I am posting it now, so that o

Re: [U-Boot] [PATCH 9/9] mx6qsabrelite: Add splaschscreen support

2012-06-03 Thread Fabio Estevam
On Sat, Jun 2, 2012 at 9:12 PM, Troy Kisky wrote: > If 0x1f is the Hannstar LVDS address, then you definitely should NOT use > 0x1f for the > > CONFIG_SYS_I2C_SLAVE value. > > > CONFIG_SYS_I2C_SLAVE is meant to define which address the processor will > respond to > in a multi-master bus environme

Re: [U-Boot] [PATCH 9/9] mx6qsabrelite: Add splaschscreen support

2012-06-02 Thread Troy Kisky
On 6/2/2012 3:36 PM, Fabio Estevam wrote: Hi Dirk, On Sat, Jun 2, 2012 at 3:52 PM, Dirk Behme wrote: Maybe you could check [1] -#define CONFIG_SYS_I2C_SLAVE0xfe +#define CONFIG_SYS_I2C_SLAVE0x1f then? I'm no I2C expert and I wasn't sure what to use for CONFIG_SYS_I2C_SLAVE.

Re: [U-Boot] [PATCH 9/9] mx6qsabrelite: Add splaschscreen support

2012-06-02 Thread Fabio Estevam
Hi Dirk, On Sat, Jun 2, 2012 at 3:52 PM, Dirk Behme wrote: > Maybe you could check [1] > > -#define CONFIG_SYS_I2C_SLAVE            0xfe > +#define CONFIG_SYS_I2C_SLAVE    0x1f > > then? I'm no I2C expert and I wasn't sure what to use for > CONFIG_SYS_I2C_SLAVE. Yes, 0x1f is the correct address

Re: [U-Boot] [PATCH 9/9] mx6qsabrelite: Add splaschscreen support

2012-06-02 Thread Dirk Behme
On 02.06.2012 20:22, Fabio Estevam wrote: Hi Dirk, On Sat, Jun 2, 2012 at 3:46 AM, Dirk Behme wrote: On 31.05.2012 19:24, Fabio Estevam wrote: Add splaschscreen support. Here and in the subject a typo? splaschscreen -> splashscreen? Thanks, I will fix this and rework this patch accordi

Re: [U-Boot] [PATCH 9/9] mx6qsabrelite: Add splaschscreen support

2012-06-02 Thread Fabio Estevam
Hi Dirk, On Sat, Jun 2, 2012 at 3:46 AM, Dirk Behme wrote: > On 31.05.2012 19:24, Fabio Estevam wrote: >> >> Add splaschscreen support. > > > Here and in the subject a typo? splaschscreen -> splashscreen? Thanks, I will fix this and rework this patch according to your I2C suggestion. Regards,

Re: [U-Boot] [PATCH 9/9] mx6qsabrelite: Add splaschscreen support

2012-06-01 Thread Dirk Behme
On 31.05.2012 19:24, Fabio Estevam wrote: Add splaschscreen support. Here and in the subject a typo? splaschscreen -> splashscreen? Best regards Dirk ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH 9/9] mx6qsabrelite: Add splaschscreen support

2012-05-31 Thread Fabio Estevam
Add splaschscreen support. It was used a Hannstar 1024 x 768 LVDS panel that can be connected to the mx6qsabrelite board. Signed-off-by: Fabio Estevam --- I understand this patch will need to be improved, but I am posting it now, so that others can possibly test it. board/freescale/mx6qsabre