1
0
Fork 0

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>
hifive-unleashed-5.1
Icenowy Zheng 2017-05-18 15:16:50 +08:00 committed by Lee Jones
parent ecca790a1a
commit 9b79ff104f
1 changed files with 2 additions and 1 deletions

View File

@ -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[] = {