mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user