]> git.ipfire.org Git - people/ms/u-boot.git/commit
power: Add base support for the RK808 PMIC
authorSimon Glass <sjg@chromium.org>
Fri, 22 Jan 2016 02:43:29 +0000 (19:43 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 22 Jan 2016 03:42:34 +0000 (20:42 -0700)
commit2a4febfd919303e6af49b170b5acf163696e85c1
treed5804fa719c646dd8fe145e10ee2c98e39dbf552
parent61101e058395b9e6a861114bf66630b7b2886d80
power: Add base support for the RK808 PMIC

This Rockchip PMIC provides features suitable for battery-powered
applications. It is commonly used with Rockchip SoCs.

Add a driver which provides register access. The regulator driver will use
this.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/power/pmic/Kconfig
drivers/power/pmic/Makefile
drivers/power/pmic/rk808.c [new file with mode: 0644]
include/power/rk808_pmic.h [new file with mode: 0644]