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


Groups > linux.kernel > #1604607 > unrolled thread

[RESEND PATCH v4 7/9] ARM: dts: sun8i: sina33: enable ACIN power supply subnode

Started byQuentin Schulz <quentin.schulz@free-electrons.com>
First post2017-03-20 15:10 +0100
Last post2017-03-20 15:10 +0100
Articles 1 — 1 participant

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

  [RESEND PATCH v4 7/9] ARM: dts: sun8i: sina33: enable ACIN power supply subnode Quentin Schulz <quentin.schulz@free-electrons.com> - 2017-03-20 15:10 +0100

#1604607 — [RESEND PATCH v4 7/9] ARM: dts: sun8i: sina33: enable ACIN power supply subnode

FromQuentin Schulz <quentin.schulz@free-electrons.com>
Date2017-03-20 15:10 +0100
Subject[RESEND PATCH v4 7/9] ARM: dts: sun8i: sina33: enable ACIN power supply subnode
Message-ID<tn6au-5OO-13@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>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Maxime Ripard <maxime.ripard@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 cde14b3..c012afe 100644
--- a/arch/arm/boot/dts/sun8i-a33-sinlinx-sina33.dts
+++ b/arch/arm/boot/dts/sun8i-a33-sinlinx-sina33.dts
@@ -174,6 +174,10 @@
 
 #include "axp223.dtsi"
 
+&ac_power_supply {
+	status = "okay";
+};
+
 &reg_aldo1 {
 	regulator-always-on;
 	regulator-min-microvolt = <3000000>;
-- 
2.9.3

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web