diff options
author | Chen-Yu Tsai <wens@csie.org> | 2017-10-18 16:31:31 +0800 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2017-11-01 09:33:18 +0000 |
commit | 9a43206bffe83459d9a609105aa4c379a9b6f6d4 (patch) | |
tree | 04c381c945abd2d4114bf7134eabbed055234580 /drivers | |
parent | 25ca4ae43466a47c563b5b82d49c72f5cc918de8 (diff) |
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')
-rw-r--r-- | drivers/mfd/axp20x.c | 2 |
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", } }; |