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

mfd: axp20x: Enable AXP22X regulators

Now that the axp20x-regulators driver supports different variants of the
AXP family, we can enable regulator support for AXP22X without the risk
of incorrectly configuring regulators.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>

authored by

Chen-Yu Tsai and committed by
Lee Jones
6d4fa89d 97ba5ac1

+2
+2
drivers/mfd/axp20x.c
··· 370 370 .name = "axp20x-pek", 371 371 .num_resources = ARRAY_SIZE(axp22x_pek_resources), 372 372 .resources = axp22x_pek_resources, 373 + }, { 374 + .name = "axp20x-regulator", 373 375 }, 374 376 }; 375 377