2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-10 14:43:54 +08:00

ARM: dts: sun7i: enable battery power supply subnode on cubietruck

The Cubietruck has an AXP209 PMIC with battery connector.

This enables the battery power supply subnode.

Signed-off-by: Alexander Syring <alex@asyring.de>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
[wens@csie.org: Correct subject prefix order]
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
This commit is contained in:
Alexander Syring 2017-07-05 10:30:20 +02:00 committed by Chen-Yu Tsai
parent 23ee53b1e2
commit 9b807037d7

View File

@ -271,6 +271,10 @@
status = "okay"; status = "okay";
}; };
&battery_power_supply {
status = "okay";
};
&reg_dcdc2 { &reg_dcdc2 {
regulator-always-on; regulator-always-on;
regulator-min-microvolt = <1000000>; regulator-min-microvolt = <1000000>;