projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a6eb3b
)
rockchip: firefly-rk3399: Provide init voltage
author
Kever Yang
<kever.yang@rock-chips.com>
Mon, 7 Dec 2020 02:52:52 +0000
(10:52 +0800)
committer
Kever Yang
<kever.yang@rock-chips.com>
Thu, 21 Jan 2021 03:54:24 +0000
(11:54 +0800)
Add missing regulator-init-microvolt property to vdd_log regulator.
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/dts/rk3399-firefly-u-boot.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/rk3399-firefly-u-boot.dtsi
b/arch/arm/dts/rk3399-firefly-u-boot.dtsi
index 38e0897db91dd3d1306c3ce0c30b40939ab6e220..c58ad95d120a91f9ad988eb535c68eb06d87455e 100644
(file)
--- a/
arch/arm/dts/rk3399-firefly-u-boot.dtsi
+++ b/
arch/arm/dts/rk3399-firefly-u-boot.dtsi
@@
-11,3
+11,7
@@
u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
};
};
+
+&vdd_log {
+ regulator-init-microvolt = <950000>;
+};