summaryrefslogtreecommitdiff
path: root/include/power/pfuze100_pmic.h
Commit message (Collapse)AuthorAgeLines
* power: pfuze100: Update definitions for buck regulatorsYe.Li2014-11-20-0/+80
| | | | | | | | Add definitions for buck regulators (SW1A/B/C) registers and voltage values. Signed-off-by: Ye.Li <B37916@freescale.com> Reviewed-by: Przemyslaw Marczak <p.marczak@samsung.com>
* mx6sabred: Add PFUZE100 PMIC supportFabio Estevam2014-05-28-0/+4
| | | | | | | | mx6sabresd boards have a PFUZE100 PMIC connected to I2C2 bus. Add support for it Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
* power: make pfuze100 be able to coexist with other pmicsTim Harvey2014-05-09-0/+1
| | | | | | | Avoid uding pmic_init() as this forces the model of only allowing a single PMIC driver to be built at a time. Signed-off-by: Tim Harvey <tharvey@gateworks.com>
* power: add PFUZE100 PMIC driverTim Harvey2014-03-05-0/+96
Signed-off-by: Tim Harvey <tharvey@gateworks.com> Acked-by: Stefano Babic <sbabic@denx.de>