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

Commit 2bb3253c authored by Quentin Schulz's avatar Quentin Schulz Committed by Lee Jones
Browse files

mfd: axp20x: Add pinctrl cell for AXP813



As GPIO/pinctrl driver now supports AXP813, add a cell for it.

Signed-off-by: default avatarQuentin Schulz <quentin.schulz@free-electrons.com>
Acked-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 a23670df
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -878,6 +878,9 @@ static struct mfd_cell axp813_cells[] = {
		.resources		= axp803_pek_resources,
	}, {
		.name			= "axp20x-regulator",
	}, {
		.name			= "axp20x-gpio",
		.of_compatible		= "x-powers,axp813-gpio",
	}
};