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

Commit b419c16b authored by Maxime Ripard's avatar Maxime Ripard Committed by Lee Jones
Browse files

mfd: axp20x: Add AXP209 GPIO support



Now that we have a GPIO driver for the AXP209, we can add it to our MFD.

Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 349290fc
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -566,6 +566,9 @@ static const struct regmap_irq_chip axp809_regmap_irq_chip = {

static struct mfd_cell axp20x_cells[] = {
	{
		.name		= "axp20x-gpio",
		.of_compatible	= "x-powers,axp209-gpio",
	}, {
		.name		= "axp20x-pek",
		.num_resources	= ARRAY_SIZE(axp20x_pek_resources),
		.resources	= axp20x_pek_resources,