Re: [U-Boot] [PATCH 1/2] sunxi: power: add AXP803 support

2017-01-05 Thread Maxime Ripard
On Fri, Dec 23, 2016 at 04:31:32PM +0800, Icenowy Zheng wrote: > The A64 uses the AXP803 as its PMIC. > > Signed-off-by: Icenowy Zheng > --- > arch/arm/mach-sunxi/Makefile | 3 + > arch/arm/mach-sunxi/pmic_bus.c | 6 +- > arch/arm/mach-sunxi/rsb.c | 2 +- >

[U-Boot] [PATCH 1/2] sunxi: power: add AXP803 support

2016-12-23 Thread Icenowy Zheng
The A64 uses the AXP803 as its PMIC. Signed-off-by: Icenowy Zheng --- arch/arm/mach-sunxi/Makefile | 3 + arch/arm/mach-sunxi/pmic_bus.c | 6 +- arch/arm/mach-sunxi/rsb.c | 2 +- board/sunxi/board.c| 31 ++--- drivers/power/Kconfig | 87