Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>

authored by

Maxime Ripard and committed by
Lee Jones
b419c16b 349290fc

+3
+3
drivers/mfd/axp20x.c
··· 566 566 567 567 static struct mfd_cell axp20x_cells[] = { 568 568 { 569 + .name = "axp20x-gpio", 570 + .of_compatible = "x-powers,axp209-gpio", 571 + }, { 569 572 .name = "axp20x-pek", 570 573 .num_resources = ARRAY_SIZE(axp20x_pek_resources), 571 574 .resources = axp20x_pek_resources,