pmic: pmic_hi6553: Add a driver for the hi6553 pmic found on hikey board.
authorPeter Griffin <peter.griffin@linaro.org>
Thu, 30 Jul 2015 17:55:21 +0000 (18:55 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 13 Aug 2015 00:48:00 +0000 (20:48 -0400)
commit242b2f0c7adc932196e91e922ce4980d31800b0c
tree001c3e743333c9248a08d387107972c3ec80b257
parent8a954eb695326eb406c4a548bb686190fea82bca
pmic: pmic_hi6553: Add a driver for the hi6553 pmic found on hikey board.

This adds a simple pmic driver for the hi6553 pmic which is used in
conjunction with the hi6220 SoC on the hikey board. Eventually this
driver will be updated to be a proper UCLASS PMIC driver which
can parse the voltages direct from device tree.

Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
drivers/power/pmic/Makefile
drivers/power/pmic/pmic_hi6553.c [new file with mode: 0644]
include/power/hi6553_pmic.h [new file with mode: 0644]