Re: [U-Boot] [PATCH 1/3] mx53: Change IPU_CTRL_BASE_ADDR definition

2012-05-11 Thread Fabio Estevam
Hi Stefano, On Fri, May 11, 2012 at 7:46 AM, Stefano Babic wrote: > Apart of the fact that it works, this chane appears really strange to > me. Maybe now it is not writing anymore in ipu, and the default values > are ok for mx53. It seems more a MX53 related issu in IPU3 driver, and > this chang

Re: [U-Boot] [PATCH 1/3] mx53: Change IPU_CTRL_BASE_ADDR definition

2012-05-11 Thread Stefano Babic
On 11/05/2012 03:07, Fabio Estevam wrote: > From: Fabio Estevam > > The original definition of IPU_CTRL_BASE_ADDR does match the value stated > in the MX53 Reference Manual. > > However, if using such value the IPU driver hangs when trying to access the > IPU registers. > > Looking for this de

Re: [U-Boot] [PATCH 1/3] mx53: Change IPU_CTRL_BASE_ADDR definition

2012-05-10 Thread Liu Hui-R64343
>-Original Message- >From: Fabio Estevam [mailto:feste...@gmail.com] >Sent: Friday, May 11, 2012 9:08 AM >To: u-boot@lists.denx.de >Cc: sba...@denx.de; Liu Hui-R64343; Estevam Fabio-R49496 >Subject: [PATCH 1/3] mx53: Change IPU_CTRL_BASE_ADDR definition > >From: Fabio Estevam > >The origin