From: Kever Yang Date: Mon, 7 Dec 2020 02:52:53 +0000 (+0800) Subject: rockchip: leez-rk3399: Provide init voltage X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=09b053c970344173ac56bc4bf230942b67e3f4f5;p=u-boot.git rockchip: leez-rk3399: Provide init voltage Add missing regulator-init-microvolt property to vdd_log regulator. Signed-off-by: Kever Yang --- diff --git a/arch/arm/dts/rk3399-leez-p710-u-boot.dtsi b/arch/arm/dts/rk3399-leez-p710-u-boot.dtsi index f8b2a1d56e..c638ce2597 100644 --- a/arch/arm/dts/rk3399-leez-p710-u-boot.dtsi +++ b/arch/arm/dts/rk3399-leez-p710-u-boot.dtsi @@ -11,3 +11,7 @@ u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc; }; }; + +&vdd_log { + regulator-init-microvolt = <950000>; +};