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: Quentin Schulz <quentin.schulz@bootlin.com>
Reviewed-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
This commit is contained in:
Quentin Schulz 2018-02-28 11:36:01 +01:00 committed by Lee Jones
parent e5d590fa60
commit 6720328fc9
1 changed files with 3 additions and 0 deletions

View File

@ -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",
},
};