Re: [U-Boot] [PATCH 1/2 RFT] sunxi: power: Add AXP806 and AXP808 support

2017-03-01 Thread Rask Ingemann Lambertsen
On Mon, Feb 27, 2017 at 11:26:33AM +0800, Chen-Yu Tsai wrote: > On Mon, Feb 27, 2017 at 3:01 AM, Rask Ingemann Lambertsen > wrote: > > An X-Powers AXP806 or AXP808 PMIC is usually found on boards using the > > Allwinner A80 ARM SoC. This patch adds support for the PMIC's regulators > > and sets up

Re: [U-Boot] [PATCH 1/2 RFT] sunxi: power: Add AXP806 and AXP808 support

2017-02-27 Thread Jaehoon Chung
On 02/27/2017 04:01 AM, Rask Ingemann Lambertsen wrote: > An X-Powers AXP806 or AXP808 PMIC is usually found on boards using the > Allwinner A80 ARM SoC. This patch adds support for the PMIC's regulators > and sets up the runtime address and master/slave mode in pmic_bus_init(). > > AXP806/AXP808

Re: [U-Boot] [PATCH 1/2 RFT] sunxi: power: Add AXP806 and AXP808 support

2017-02-26 Thread Chen-Yu Tsai
On Mon, Feb 27, 2017 at 3:01 AM, Rask Ingemann Lambertsen wrote: > An X-Powers AXP806 or AXP808 PMIC is usually found on boards using the > Allwinner A80 ARM SoC. This patch adds support for the PMIC's regulators > and sets up the runtime address and master/slave mode in pmic_bus_init(). > > AXP80

[U-Boot] [PATCH 1/2 RFT] sunxi: power: Add AXP806 and AXP808 support

2017-02-26 Thread Rask Ingemann Lambertsen
An X-Powers AXP806 or AXP808 PMIC is usually found on boards using the Allwinner A80 ARM SoC. This patch adds support for the PMIC's regulators and sets up the runtime address and master/slave mode in pmic_bus_init(). AXP806/AXP808 support is enabled by default on all MACH_SUN9I boards. Because t