Commit b9107d37 authored by Quentin Schulz's avatar Quentin Schulz Committed by Maxime Ripard

ARM: sun5i: chip: enable battery power supply subnode

The NextThing Co. CHIP has an AXP209 PMIC with battery connector.

This enables the battery power supply subnode.
Signed-off-by: default avatarQuentin Schulz <quentin.schulz@free-electrons.com>
Acked-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: default avatarChen-Yu Tsai <wens@csie.org>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent e7c42f32
......@@ -132,6 +132,10 @@ &ac_power_supply {
status = "okay";
};
&battery_power_supply {
status = "okay";
};
&i2c1 {
pinctrl-names = "default";
pinctrl-0 = <&i2c1_pins_a>;
......
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