ARM: sun5i: chip: enable ACIN power supply subnode

The NextThing Co. CHIP has an AXP209 PMIC and can be power-supplied by
ACIN via the CHG-IN pin.

This enables the ACIN power supply subnode in the DT.

Signed-off-by: Quentin Schulz <quentin.schulz@free-electrons.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
This commit is contained in:
Quentin Schulz 2017-03-20 09:16:52 +01:00 committed by Maxime Ripard
parent bd69ad59aa
commit 3472307584
1 changed files with 4 additions and 0 deletions

View File

@ -128,6 +128,10 @@
#include "axp209.dtsi"
&ac_power_supply {
status = "okay";
};
&i2c1 {
pinctrl-names = "default";
pinctrl-0 = <&i2c1_pins_a>;