Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9b79ff10 authored by Icenowy Zheng's avatar Icenowy Zheng Committed by Lee Jones
Browse files

mfd: axp20x: Add axp20x-regulator cell for AXP803



As axp20x-regulator now supports AXP803, add a cell for it.

Signed-off-by: default avatarIcenowy Zheng <icenowy@aosc.io>
Acked-by: default avatarChen-Yu Tsai <wens@csie.org>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent ecca790a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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[] = {