Re: [U-Boot] [PATCH v2] mpc85xx: Fix the offset of register address error

2013-11-25 Thread York Sun
On 10/16/2013 07:47 PM, yuantian.t...@freescale.com wrote: > From: Tang Yuantian > > The offset of register address within GPIO module is just > CONFIG_SYS_MPC85xx_GPIO_ADDR. So, fix it. The following platforms > are confirmed: MPC8572, P1023, P1020, P1022, P2020, P4080, > P5020, P5040, T4240, B4

[U-Boot] [PATCH v2] mpc85xx: Fix the offset of register address error

2013-10-16 Thread Yuantian.Tang
From: Tang Yuantian The offset of register address within GPIO module is just CONFIG_SYS_MPC85xx_GPIO_ADDR. So, fix it. The following platforms are confirmed: MPC8572, P1023, P1020, P1022, P2020, P4080, P5020, P5040, T4240, B4860. Signed-off-by: Tang Yuantian --- v2: - updated the commi