linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RESEND] ARM: dts: sun8i: r40: open the regulator aldo1
@ 2023-12-20  8:18 fuyao
  2023-12-20 15:04 ` Andre Przywara
  2023-12-22 17:51 ` Jernej Škrabec
  0 siblings, 2 replies; 7+ messages in thread
From: fuyao @ 2023-12-20  8:18 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Chen-Yu Tsai,
	Jernej Skrabec, Samuel Holland, Andre Przywara, Alexandre TORGUE,
	Enric Balletbo i Serra, Baruch Siach, Paul Barker, fuyao,
	devicetree, linux-arm-kernel, linux-sunxi, linux-kernel

the aldo1 is connect regulator pin which power the TV.
The USB core use TV ref as reference Voltage.

Signed-off-by: fuyao <fuyao1697@cyg.com>
---
 arch/arm/boot/dts/allwinner/sun8i-r40-feta40i.dtsi | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/boot/dts/allwinner/sun8i-r40-feta40i.dtsi b/arch/arm/boot/dts/allwinner/sun8i-r40-feta40i.dtsi
index 9f39b5a2bb35..8906170461df 100644
--- a/arch/arm/boot/dts/allwinner/sun8i-r40-feta40i.dtsi
+++ b/arch/arm/boot/dts/allwinner/sun8i-r40-feta40i.dtsi
@@ -42,6 +42,13 @@ &pio {
 	vcc-pg-supply = <&reg_dldo1>;
 };
 
+&reg_aldo1 {
+	regulator-always-on;
+	regulator-min-microvolt = <3300000>;
+	regulator-max-microvolt = <3300000>;
+	regulator-name = "vcc-aldo1";
+};
+
 &reg_aldo2 {
 	regulator-always-on;
 	regulator-min-microvolt = <1800000>;
-- 
2.39.2


-- 
CYG Technology.

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-12-26  1:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-20  8:18 [PATCH RESEND] ARM: dts: sun8i: r40: open the regulator aldo1 fuyao
2023-12-20 15:04 ` Andre Przywara
2023-12-21  2:20   ` fuyao
2023-12-21 10:39     ` Andre Przywara
2023-12-25 10:11       ` fuyao
2023-12-26  1:16         ` Andre Przywara
2023-12-22 17:51 ` Jernej Škrabec

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).