All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Missing regulator-init-microvolt in rk3399-firefly-u-boot.dtsi
@ 2020-12-03 16:04 Piotr Lobacz
  0 siblings, 0 replies; only message in thread
From: Piotr Lobacz @ 2020-12-03 16:04 UTC (permalink / raw)
  To: u-boot

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/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-12-03 16:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-03 16:04 [PATCH] Missing regulator-init-microvolt in rk3399-firefly-u-boot.dtsi Piotr Lobacz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.