diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2019-11-13 11:14:12 +0800 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2019-11-17 17:22:53 +0800 |
commit | 7acd0302108e9e100d92264a850b0146f5823594 (patch) | |
tree | 37a966524e12ec8543a01a566e7d484772e615c9 /arch/arm/dts/rk3399-orangepi-u-boot.dtsi | |
parent | 4d273ff3048e945712da2866fe126cf5c8d710a4 (diff) | |
download | u-boot-7acd0302108e9e100d92264a850b0146f5823594.tar.gz |
rockchip: rk3399: orangepi: Add init value for vdd_log
We should set the init value when vdd_log is enabled, or else the
vdd_log output voltage may not in soc required range.
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'arch/arm/dts/rk3399-orangepi-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/rk3399-orangepi-u-boot.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/rk3399-orangepi-u-boot.dtsi b/arch/arm/dts/rk3399-orangepi-u-boot.dtsi index 236b61d78d..d4327ea607 100644 --- a/arch/arm/dts/rk3399-orangepi-u-boot.dtsi +++ b/arch/arm/dts/rk3399-orangepi-u-boot.dtsi @@ -5,3 +5,7 @@ #include "rk3399-u-boot.dtsi" #include "rk3399-sdram-ddr3-1333.dtsi" + +&vdd_log { + regulator-init-microvolt = <950000>; +}; |