Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1681384 > unrolled thread
| Started by | Alexander Syring <alex@asyring.de> |
|---|---|
| First post | 2017-07-05 10:50 +0200 |
| Last post | 2017-07-06 11:10 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] ARM: sun7i: dts: enable battery power supply subnode on cubietruck Alexander Syring <alex@asyring.de> - 2017-07-05 10:50 +0200
Re: [PATCH] ARM: sun7i: dts: enable battery power supply subnode on cubietruck Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-07-06 11:10 +0200
| From | Alexander Syring <alex@asyring.de> |
|---|---|
| Date | 2017-07-05 10:50 +0200 |
| Subject | [PATCH] ARM: sun7i: dts: enable battery power supply subnode on cubietruck |
| Message-ID | <tZOau-3Wl-29@gated-at.bofh.it> |
The Cubietruck has an AXP209 PMIC with battery connector.
This enables the battery power supply subnode.
Signed-off-by: Alexander Syring <alex@asyring.de>
---
arch/arm/boot/dts/sun7i-a20-cubietruck.dts | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/boot/dts/sun7i-a20-cubietruck.dts b/arch/arm/boot/dts/sun7i-a20-cubietruck.dts
index 102903e83bd2..13bbf2361f9c 100644
--- a/arch/arm/boot/dts/sun7i-a20-cubietruck.dts
+++ b/arch/arm/boot/dts/sun7i-a20-cubietruck.dts
@@ -271,6 +271,10 @@
status = "okay";
};
+&battery_power_supply {
+ status = "okay";
+};
+
®_dcdc2 {
regulator-always-on;
regulator-min-microvolt = <1000000>;
--
2.11.0
[toc] | [next] | [standalone]
| From | Maxime Ripard <maxime.ripard@free-electrons.com> |
|---|---|
| Date | 2017-07-06 11:10 +0200 |
| Subject | Re: [PATCH] ARM: sun7i: dts: enable battery power supply subnode on cubietruck |
| Message-ID | <u0aXp-2hr-33@gated-at.bofh.it> |
| In reply to | #1681384 |
[Multipart message — attachments visible in raw view] — view raw
On Wed, Jul 05, 2017 at 10:30:20AM +0200, Alexander Syring wrote: > The Cubietruck has an AXP209 PMIC with battery connector. > > This enables the battery power supply subnode. > > Signed-off-by: Alexander Syring <alex@asyring.de> Queued for 4.14, thanks! Maxime -- Maxime Ripard, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web