arm64: dts: rockchip: rk3566-tablet: set dcdc_boost min 5v

Solve the problem of insufficient power supply voltage of
USB peripheral

Signed-off-by: Wu Liangqing <wlq@rock-chips.com>
Change-Id: I7e06b463a2da567fcf8fa2fc641379d9274ed549
This commit is contained in:
Wu Liangqing
2021-04-01 11:54:20 +08:00
committed by Tao Huang
parent 4de0aee47a
commit caa4b6d181

View File

@@ -714,8 +714,8 @@
dcdc_boost: BOOST {
regulator-always-on;
regulator-boot-on;
regulator-min-microvolt = <4700000>;
regulator-max-microvolt = <5400000>;
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
regulator-name = "boost";
regulator-state-mem {
regulator-off-in-suspend;