From: Soeren Moch <smoch@web.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/2] arm: dts: rk3399-rockpro64: slightly increase center voltage
Date: Thu, 7 Nov 2019 12:11:22 +0100 [thread overview]
Message-ID: <20191107111122.13136-2-smoch@web.de> (raw)
In-Reply-To: <20191107111122.13136-1-smoch@web.de>
The rk3399 VD_CENTER voltage domain is not subject to dynamic voltage
scaling. So the regulator reset voltage of 0.9V is used on this board.
Let u-boot initialize the center voltage to 0.95V as it is done for the
VD_LOGIC domain. This avoids instability and occasional linux kernel
Opses on this board.
Signed-off-by: Soeren Moch <smoch@web.de>
---
Cc: Kever Yang <kever.yang@rock-chips.com>
Cc: u-boot at lists.denx.de
---
arch/arm/dts/rk3399-rockpro64-u-boot.dtsi | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm/dts/rk3399-rockpro64-u-boot.dtsi b/arch/arm/dts/rk3399-rockpro64-u-boot.dtsi
index a073ea25f5..4648513ea9 100644
--- a/arch/arm/dts/rk3399-rockpro64-u-boot.dtsi
+++ b/arch/arm/dts/rk3399-rockpro64-u-boot.dtsi
@@ -11,6 +11,11 @@
};
};
+&vdd_center {
+ regulator-min-microvolt = <950000>;
+ regulator-max-microvolt = <950000>;
+};
+
&vdd_log {
regulator-init-microvolt = <950000>;
};
--
2.17.1
next prev parent reply other threads:[~2019-11-07 11:11 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-07 11:11 [U-Boot] [PATCH 1/2] arm: dts: rk3399-rockpro64: sync dts from linux kernel Soeren Moch
2019-11-07 11:11 ` Soeren Moch [this message]
2019-11-08 3:23 ` [U-Boot] [PATCH 2/2] arm: dts: rk3399-rockpro64: slightly increase center voltage Kever Yang
2019-11-18 2:55 ` [U-Boot] [PATCH 2/2] arm: dts: rk3399-rockpro64: slightly increase center voltage【请注意,邮件由u-boot-bounces@lists.denx.de代发】 Kever Yang
2019-11-07 20:04 ` [U-Boot] [PATCH 1/2] arm: dts: rk3399-rockpro64: sync dts from linux kernel Vasily Khoruzhick
2019-11-07 20:25 ` Soeren Moch
2019-11-07 20:28 ` Vasily Khoruzhick
2019-11-08 3:22 ` Kever Yang
2019-11-08 8:45 ` Soeren Moch
2019-11-08 11:41 ` Soeren Moch
2019-11-18 2:56 ` [U-Boot] [PATCH 1/2] arm: dts: rk3399-rockpro64: sync dts from linux kernel【请注意,邮件由u-boot-bounces@lists.denx.de代发】 Kever Yang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191107111122.13136-2-smoch@web.de \
--to=smoch@web.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox