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

Commit 9a43206b authored by Chen-Yu Tsai's avatar Chen-Yu Tsai Committed by Lee Jones
Browse files

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: default avatarChen-Yu Tsai <wens@csie.org>
Acked-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
Tested-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 25ca4ae4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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",
	}
};