From mboxrd@z Thu Jan 1 00:00:00 1970 From: Piotr Lobacz Date: Thu, 3 Dec 2020 09:04:30 -0700 (MST) Subject: [PATCH] Missing regulator-init-microvolt in rk3399-firefly-u-boot.dtsi Message-ID: <1607011470871-0.post@n7.nabble.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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/