Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1580496 > unrolled thread

[PATCH v3 18/18] ARM: sun5i: chip: enable battery power supply subnode

Started byQuentin Schulz <quentin.schulz@free-electrons.com>
First post2017-02-14 13:00 +0100
Last post2017-02-21 06:00 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v3 18/18] ARM: sun5i: chip: enable battery power supply subnode Quentin Schulz <quentin.schulz@free-electrons.com> - 2017-02-14 13:00 +0100
    Re: [PATCH v3 18/18] ARM: sun5i: chip: enable battery power supply subnode Chen-Yu Tsai <wens@csie.org> - 2017-02-21 06:00 +0100

#1580496 — [PATCH v3 18/18] ARM: sun5i: chip: enable battery power supply subnode

FromQuentin Schulz <quentin.schulz@free-electrons.com>
Date2017-02-14 13:00 +0100
Subject[PATCH v3 18/18] ARM: sun5i: chip: enable battery power supply subnode
Message-ID<taJW1-1qz-11@gated-at.bofh.it>
The NextThing Co. CHIP has an AXP209 PMIC with battery connector.

This enables the battery power supply subnode.

Signed-off-by: Quentin Schulz <quentin.schulz@free-electrons.com>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
---
 arch/arm/boot/dts/sun5i-r8-chip.dts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/sun5i-r8-chip.dts b/arch/arm/boot/dts/sun5i-r8-chip.dts
index 6011757..d4332b1 100644
--- a/arch/arm/boot/dts/sun5i-r8-chip.dts
+++ b/arch/arm/boot/dts/sun5i-r8-chip.dts
@@ -132,6 +132,10 @@
 	status = "okay";
 };
 
+&battery_power_supply {
+	status = "okay";
+};
+
 &i2c1 {
 	pinctrl-names = "default";
 	pinctrl-0 = <&i2c1_pins_a>;
-- 
2.9.3

[toc] | [next] | [standalone]


#1585037

FromChen-Yu Tsai <wens@csie.org>
Date2017-02-21 06:00 +0100
Message-ID<tdaIq-61U-5@gated-at.bofh.it>
In reply to#1580496
On Tue, Feb 14, 2017 at 5:41 PM, Quentin Schulz
<quentin.schulz@free-electrons.com> wrote:
> The NextThing Co. CHIP has an AXP209 PMIC with battery connector.
>
> This enables the battery power supply subnode.
>
> Signed-off-by: Quentin Schulz <quentin.schulz@free-electrons.com>
> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>

Acked-by: Chen-Yu Tsai <wens@csie.org>

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web