mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-28 17:42:07 +00:00
rockchip: evb-rk3399: Provide init voltage
Add missing regulator-init-microvolt property to vdd_center regulator. Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
parent
a2ca3c6032
commit
2a6eb3b8f0
1 changed files with 4 additions and 0 deletions
|
@ -38,6 +38,10 @@
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&vdd_center {
|
||||
regulator-init-microvolt = <900000>;
|
||||
};
|
||||
|
||||
&sdmmc {
|
||||
u-boot,dm-pre-reloc;
|
||||
bus-width = <4>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue