Commit 6720328f authored by Quentin Schulz's avatar Quentin Schulz Committed by Lee Jones
Browse files

mfd: axp20x: Add battery power supply cell for AXP813



As axp20x-battery-power-supply now supports AXP813, add a cell for it.

Signed-off-by: default avatarQuentin Schulz <quentin.schulz@bootlin.com>
Reviewed-by: default avatarChen-Yu Tsai <wens@csie.org>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent e5d590fa
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -888,6 +888,9 @@ static struct mfd_cell axp813_cells[] = {
	}, {
		.name			= "axp813-adc",
		.of_compatible		= "x-powers,axp813-adc",
	}, {
		.name		= "axp20x-battery-power-supply",
		.of_compatible	= "x-powers,axp813-battery-power-supply",
	},
};