Re: [U-Boot] [PATCH 03/14] sunxi: axp221: Add axp223 support

2014-12-18 Thread Ian Campbell
On Tue, 2014-12-16 at 21:31 +0100, Hans de Goede wrote: > The axp223 appears to be the same as the axp221, except that it uses the > rsb to communicate rather then the p2wi. At least all the registers we use > are 100% the same. > > Signed-off-by: Hans de Goede With the whitespace fixed: Acked-b

Re: [U-Boot] [PATCH 03/14] sunxi: axp221: Add axp223 support

2014-12-18 Thread Hans de Goede
Hi, On 17-12-14 03:34, Chen-Yu Tsai wrote: On Wed, Dec 17, 2014 at 4:31 AM, Hans de Goede wrote: The axp223 appears to be the same as the axp221, except that it uses the rsb to communicate rather then the p2wi. At least all the registers we use are 100% the same. Signed-off-by: Hans de Goede

Re: [U-Boot] [PATCH 03/14] sunxi: axp221: Add axp223 support

2014-12-16 Thread Chen-Yu Tsai
On Wed, Dec 17, 2014 at 4:31 AM, Hans de Goede wrote: > The axp223 appears to be the same as the axp221, except that it uses the > rsb to communicate rather then the p2wi. At least all the registers we use > are 100% the same. > > Signed-off-by: Hans de Goede > --- > arch/arm/cpu/armv7/sunxi/cpu

[U-Boot] [PATCH 03/14] sunxi: axp221: Add axp223 support

2014-12-16 Thread Hans de Goede
The axp223 appears to be the same as the axp221, except that it uses the rsb to communicate rather then the p2wi. At least all the registers we use are 100% the same. Signed-off-by: Hans de Goede --- arch/arm/cpu/armv7/sunxi/cpu_info.c | 2 +- drivers/power/Kconfig | 8 ++-- driv