summaryrefslogtreecommitdiffstats
path: root/include/power/tps65218.h
Commit message (Collapse)AuthorAgeFilesLines
* pmic: tps65218: add useful functions and definesNikita Kiryanov2016-02-241-0/+12
| | | | | | | | | | | | | | | | Add the following functions: tps65218_reg_read() for accessing redisters tps65218_toggle_fseal() for toggling the fseal bit tps65218_lock_fsea() for locking the fseal bit to 1 Add the following defines: All status register bits Cc: Tom Rini <trini@konsulko.com> Cc: Albert Aribaud <albert.u.boot@aribaud.net> Cc: Igor Grinberg <grinberg@compulab.co.il> Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il> Reviewed-by: Tom Rini <trini@konsulko.com>
* power: tps65218: define all valid VDD_MPU voltagesFelipe Balbi2015-01-131-0/+3
| | | | | | | | DCDC1 is used as VDD_MPU in all known boards, let's define all other valid voltages for that rail so it can be used by our boards. Signed-off-by: Felipe Balbi <balbi@ti.com>
* tps65218/am43xx_evm: Add power framework support to TPS65218Tom Rini2014-07-251-0/+1
| | | | | | | | Add in an init function for the drivers/power framework so we can dump and read the registers via i2c. Cc: Łukasz Majewski <l.majewski@samsung.com> Signed-off-by: Tom Rini <trini@ti.com>
* power: Add support for the TPS65218 PMICTom Rini2014-06-061-0/+63
Add a driver for the TPS65218 PMIC which is used by TI AM43xx SoCs and may be used by TI AM335x SoCs. Signed-off-by: Tom Rini <trini@ti.com>
OpenPOWER on IntegriCloud