Message ID | 20201207105205.3.Id31a36791f5dce4c53c0ae9098a0b8f85a3f89ee@changeid |
---|---|
State | Accepted |
Commit | 09b053c970344173ac56bc4bf230942b67e3f4f5 |
Delegated to: | Kever Yang |
Headers | show |
Series | [1/3] rockchip: evb-rk3399: Provide init voltage | expand |
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>; +};
Add missing regulator-init-microvolt property to vdd_log regulator. Signed-off-by: Kever Yang <kever.yang@rock-chips.com> --- arch/arm/dts/rk3399-leez-p710-u-boot.dtsi | 4 ++++ 1 file changed, 4 insertions(+)