[U-Boot] [PATCH] powerpc/p2041: fix I2C controller's offset

2013-09-10 Thread Shaohui Xie
Without this patch, SPD access will fail which leads to DDR init fail. Signed-off-by: Shaohui Xie shaohui@freescale.com --- include/configs/P2041RDB.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/P2041RDB.h b/include/configs/P2041RDB.h index

Re: [U-Boot] [PATCH] powerpc/p2041: fix I2C controller's offset

2013-09-10 Thread Chris Packham
Hi Xie, On Tue, Sep 10, 2013 at 8:15 PM, Shaohui Xie shaohui@freescale.com wrote: Without this patch, SPD access will fail which leads to DDR init fail. Signed-off-by: Shaohui Xie shaohui@freescale.com --- include/configs/P2041RDB.h |4 ++-- 1 files changed, 2 insertions(+), 2

Re: [U-Boot] [PATCH] powerpc/p2041: fix I2C controller's offset

2013-09-10 Thread York Sun
On 09/10/2013 02:13 PM, Chris Packham wrote: Hi Xie, On Tue, Sep 10, 2013 at 8:15 PM, Shaohui Xie shaohui@freescale.com wrote: Without this patch, SPD access will fail which leads to DDR init fail. Signed-off-by: Shaohui Xie shaohui@freescale.com --- include/configs/P2041RDB.h

Re: [U-Boot] [PATCH] powerpc/p2041: fix I2C controller's offset

2013-09-10 Thread Heiko Schocher
Hello York, Am 10.09.2013 23:14, schrieb York Sun: On 09/10/2013 02:13 PM, Chris Packham wrote: Hi Xie, On Tue, Sep 10, 2013 at 8:15 PM, Shaohui Xieshaohui@freescale.com wrote: Without this patch, SPD access will fail which leads to DDR init fail. Signed-off-by: Shaohui