Commit 9b807037 authored by Alexander Syring's avatar Alexander Syring Committed by Chen-Yu Tsai

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: default avatarAlexander Syring <alex@asyring.de>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
[wens@csie.org: Correct subject prefix order]
Signed-off-by: default avatarChen-Yu Tsai <wens@csie.org>
parent 23ee53b1
......@@ -271,6 +271,10 @@ &ac_power_supply {
status = "okay";
};
&battery_power_supply {
status = "okay";
};
&reg_dcdc2 {
regulator-always-on;
regulator-min-microvolt = <1000000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment