]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
pmic:pfuze implement pmic_mode_init
authorPeng Fan <Peng.Fan@freescale.com>
Tue, 27 Jan 2015 02:14:03 +0000 (10:14 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 11:50:43 +0000 (13:50 +0200)
commit14cc457161eacc43be5c31ba35799216b12d479c
tree46721d43bb402a22f594b4bc1393ceaeccf604b2
parent3aaf319a95caaa22eba346ada5a698b89dc395d0
pmic:pfuze implement pmic_mode_init

This patch is to implement pmic_mode_init function, and add prototype
in header file.

This function is to set switching mode for pmic buck regulators to
improve system efficiency.

Mode:
OFF: The regulator is switched off and the output voltage is discharged.
PFM: In this mode, the regulator is always in PFM mode, which
     is useful at light loads for optimized efficiency.
PWM: In this mode, the regulator is always in PWM mode operation
     regardless of load conditions.
APS: In this mode, the regulator moves automatically between
     pulse skipping mode and PWM mode depending on load conditions.

Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Acked-by: Przemyslaw Marczak <p.marczak@samsung.com>
board/freescale/common/pfuze.c
board/freescale/common/pfuze.h