summaryrefslogtreecommitdiff
path: root/include/power/palmas.h
Commit message (Collapse)AuthorAgeFilesLines
* regulator: palmas: disable bypass when the LDO is enabledJean-Jacques Hiblot2017-08-011-0/+1
| | | | | | | | | Some LDOs have a bypass capability. Make sure that the bypass is disabled when is the LDO is enabled (otherwise the voltage can't be changed). Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> Reviewed-by: Keerthy <j-keerthy@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
* power: pmic: Palmas: Add the base pmic supportKeerthy2016-10-111-0/+25
Add support to bind the regulators/child nodes with the pmic. Also adds the pmic i2c based read/write funtions to access pmic registers. Signed-off-by: Keerthy <j-keerthy@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>