Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1567978 > unrolled thread
| Started by | Quentin Schulz <quentin.schulz@free-electrons.com> |
|---|---|
| First post | 2017-01-27 10:20 +0100 |
| Last post | 2017-01-31 07:20 +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.
[PATCH v2 14/25] ARM: dts: sun8i: sina33: enable ACIN power supply subnode Quentin Schulz <quentin.schulz@free-electrons.com> - 2017-01-27 10:20 +0100
Re: [PATCH v2 14/25] ARM: dts: sun8i: sina33: enable ACIN power supply subnode Chen-Yu Tsai <wens@csie.org> - 2017-01-31 07:20 +0100
| From | Quentin Schulz <quentin.schulz@free-electrons.com> |
|---|---|
| Date | 2017-01-27 10:20 +0100 |
| Subject | [PATCH v2 14/25] ARM: dts: sun8i: sina33: enable ACIN power supply subnode |
| Message-ID | <t4aRk-2ha-17@gated-at.bofh.it> |
The Sinlinx SinA33 has an AXP223 PMIC and an ACIN connector, thus, we
enable the ACIN power supply in its Device Tree.
Signed-off-by: Quentin Schulz <quentin.schulz@free-electrons.com>
---
arch/arm/boot/dts/sun8i-a33-sinlinx-sina33.dts | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/boot/dts/sun8i-a33-sinlinx-sina33.dts b/arch/arm/boot/dts/sun8i-a33-sinlinx-sina33.dts
index 28c58c5..bf53408 100644
--- a/arch/arm/boot/dts/sun8i-a33-sinlinx-sina33.dts
+++ b/arch/arm/boot/dts/sun8i-a33-sinlinx-sina33.dts
@@ -147,6 +147,10 @@
#include "axp223.dtsi"
+&ac_power_supply {
+ status = "okay";
+};
+
®_aldo1 {
regulator-always-on;
regulator-min-microvolt = <3000000>;
--
2.9.3
[toc] | [next] | [standalone]
| From | Chen-Yu Tsai <wens@csie.org> |
|---|---|
| Date | 2017-01-31 07:20 +0100 |
| Subject | Re: [PATCH v2 14/25] ARM: dts: sun8i: sina33: enable ACIN power supply subnode |
| Message-ID | <t5zXj-5GO-1@gated-at.bofh.it> |
| In reply to | #1567978 |
On Fri, Jan 27, 2017 at 4:54 PM, Quentin Schulz <quentin.schulz@free-electrons.com> wrote: > The Sinlinx SinA33 has an AXP223 PMIC and an ACIN connector, thus, we > enable the ACIN power supply in its Device Tree. > > Signed-off-by: Quentin Schulz <quentin.schulz@free-electrons.com> Acked-by: Chen-Yu Tsai <wens@csie.org>
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web