ARM: dtsi: sun8i: a711: enable battery power supply subnode

The TBS A711 has an AXP813 PMIC and a soldered battery, thus, we enable
the battery power supply subnode in its Device Tree.

Signed-off-by: Quentin Schulz <quentin.schulz@bootlin.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
This commit is contained in:
Quentin Schulz 2018-02-19 13:47:34 +01:00 committed by Maxime Ripard
parent 4558baf5d6
commit 4db9d0aef2
No known key found for this signature in database
GPG Key ID: D2B4C094214DAF74
1 changed files with 4 additions and 0 deletions

View File

@ -231,6 +231,10 @@
#include "axp81x.dtsi"
&battery_power_supply {
status = "okay";
};
&reg_aldo1 {
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;