From: Piotr Lobacz <piotr.lobacz@softgent.com>
To: u-boot@lists.denx.de
Subject: [PATCH] Missing regulator-init-microvolt in rk3399-firefly-u-boot.dtsi
Date: Thu, 3 Dec 2020 09:04:30 -0700 (MST) [thread overview]
Message-ID: <1607011470871-0.post@n7.nabble.com> (raw)
Missing of this regulator caused the kernel to stop on loading pwm-regulator
and rk808-regulator modules.
--- ../u-boot-master.orig/arch/arm/dts/rk3399-firefly-u-boot.dtsi 2020-11-26
15:30:37.972005178 +0100
+++ ../u-boot-master/arch/arm/dts/rk3399-firefly-u-boot.dtsi 2020-12-03
16:39:42.843959966 +0100
@@ -11,3 +11,7 @@
u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
};
};
+
+&vdd_log {
+ regulator-init-microvolt = <1100000>;
+};
--
Sent from: http://u-boot.10912.n7.nabble.com/
reply other threads:[~2020-12-03 16:04 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1607011470871-0.post@n7.nabble.com \
--to=piotr.lobacz@softgent.com \
--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