diff options
author | Icenowy Zheng <icenowy@aosc.io> | 2017-09-13 21:21:30 +0800 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-09-17 12:04:29 +0200 |
commit | a3ccbc0097d199d2b2470066fabe7915bc71c8af (patch) | |
tree | 407224439cb64fe7a3ec56b034fa0abf7c921f28 /arch/arm/boot/dts/sun7i-a20-lamobo-r1.dts | |
parent | 2513273771b2b6fc66aee467ca31088a7bd84e49 (diff) | |
download | blackbird-obmc-linux-a3ccbc0097d199d2b2470066fabe7915bc71c8af.tar.gz blackbird-obmc-linux-a3ccbc0097d199d2b2470066fabe7915bc71c8af.zip |
ARM: sun7i: a20: enable ac/battery power supplies for Lamobo R1 board
The Lamobo R1 board connected the ACIN of the AXP209 PMIC to a MicroUSB
port, and the battery input is connected to a generic connector.
Enable these two power supplies in the device tree.
Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/sun7i-a20-lamobo-r1.dts')
-rw-r--r-- | arch/arm/boot/dts/sun7i-a20-lamobo-r1.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun7i-a20-lamobo-r1.dts b/arch/arm/boot/dts/sun7i-a20-lamobo-r1.dts index 004b6ddac813..6ab2a6649eb1 100644 --- a/arch/arm/boot/dts/sun7i-a20-lamobo-r1.dts +++ b/arch/arm/boot/dts/sun7i-a20-lamobo-r1.dts @@ -241,6 +241,14 @@ #include "axp209.dtsi" +&ac_power_supply { + status = "okay"; +}; + +&battery_power_supply { + status = "okay"; +}; + ®_ahci_5v { gpio = <&pio 1 3 GPIO_ACTIVE_HIGH>; /* PB3 */ status = "okay"; |