ARM: dts: sun8i: reference tablet design: Enable PMIC power supplies

The A23/A33 reference tablet design has a DC barrel tied to the ACIN
of the PMIC. And being a tablet, it has a Li-Po battery.

Enable both power supplies in the device tree.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
This commit is contained in:
Chen-Yu Tsai 2018-03-12 12:21:16 +08:00 committed by Maxime Ripard
parent 65263e970a
commit afa22ac79d
No known key found for this signature in database
GPG Key ID: D2B4C094214DAF74

View File

@ -125,6 +125,14 @@ axp22x: pmic@3a3 {
#include "axp223.dtsi"
&ac_power_supply {
status = "okay";
};
&battery_power_supply {
status = "okay";
};
&reg_aldo1 {
regulator-always-on;
regulator-min-microvolt = <3000000>;