summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/axp20x.c
diff options
context:
space:
mode:
authorIcenowy Zheng <icenowy@aosc.io>2017-05-18 09:16:50 +0200
committerLee Jones <lee.jones@linaro.org>2017-07-06 09:29:11 +0200
commit9b79ff104f73de63efc958cc0dec3c826aee3ffd (patch)
tree2a221c4056289d1512a4f0f1de5e688215412adb /drivers/mfd/axp20x.c
parentmfd: rn5t618: Unregister restart handler on remove (diff)
downloadlinux-9b79ff104f73de63efc958cc0dec3c826aee3ffd.tar.xz
linux-9b79ff104f73de63efc958cc0dec3c826aee3ffd.zip
mfd: axp20x: Add axp20x-regulator cell for AXP803
As axp20x-regulator now supports AXP803, add a cell for it. Signed-off-by: Icenowy Zheng <icenowy@aosc.io> Acked-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/axp20x.c')
-rw-r--r--drivers/mfd/axp20x.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/mfd/axp20x.c b/drivers/mfd/axp20x.c
index 1dc6235778eb..917b6ddc4f15 100644
--- a/drivers/mfd/axp20x.c
+++ b/drivers/mfd/axp20x.c
@@ -848,7 +848,8 @@ static struct mfd_cell axp803_cells[] = {
.name = "axp20x-pek",
.num_resources = ARRAY_SIZE(axp803_pek_resources),
.resources = axp803_pek_resources,
- }
+ },
+ { .name = "axp20x-regulator" },
};
static struct mfd_cell axp806_cells[] = {