aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd
diff options
context:
space:
mode:
authorChen-Yu Tsai <wens@csie.org>2017-10-18 16:31:31 +0800
committerLee Jones <lee.jones@linaro.org>2017-11-01 09:33:18 +0000
commit9a43206bffe83459d9a609105aa4c379a9b6f6d4 (patch)
tree04c381c945abd2d4114bf7134eabbed055234580 /drivers/mfd
parentmfd: Add Spreadtrum SC27xx series PMICs driver (diff)
downloadlinux-dev-9a43206bffe83459d9a609105aa4c379a9b6f6d4.tar.xz
linux-dev-9a43206bffe83459d9a609105aa4c379a9b6f6d4.zip
mfd: axp20x: Add axp20x-regulator cell for AXP813
Now that axp20x-regulator supports AXP813, we can add a cell for it to enable it. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com> Tested-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/axp20x.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mfd/axp20x.c b/drivers/mfd/axp20x.c
index 336de66ca408..2468b431bb22 100644
--- a/drivers/mfd/axp20x.c
+++ b/drivers/mfd/axp20x.c
@@ -876,6 +876,8 @@ static struct mfd_cell axp813_cells[] = {
.name = "axp221-pek",
.num_resources = ARRAY_SIZE(axp803_pek_resources),
.resources = axp803_pek_resources,
+ }, {
+ .name = "axp20x-regulator",
}
};