diff options
author | Icenowy Zheng <icenowy@aosc.io> | 2017-05-18 15:16:50 +0800 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2017-07-06 08:29:11 +0100 |
commit | 9b79ff104f73de63efc958cc0dec3c826aee3ffd (patch) | |
tree | 2a221c4056289d1512a4f0f1de5e688215412adb /drivers/mfd | |
parent | ecca790a1aabd4a0e6fcdf7c3a0c81f3a4f38b6a (diff) | |
download | talos-op-linux-9b79ff104f73de63efc958cc0dec3c826aee3ffd.tar.gz talos-op-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')
-rw-r--r-- | drivers/mfd/axp20x.c | 3 |
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[] = { |