mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
ARM: dts: rk3128h-box: Limit vdd_arm minimum voltage to 1.2v during early kernel boot
vdd_arm can supply multiple consumers(arm/dmc/gpu/rkvdec), we need to keep a voltage meets all consumers before all consumers complete initialization. Change-Id: Ie5f3c1e879931fe69f8b807385c8e97f5cdf5d93 Signed-off-by: Zhangbin Tong <zebulun.tong@rock-chips.com>
This commit is contained in:
@@ -213,7 +213,7 @@
|
||||
vdd_arm: vdd-arm-regulator {
|
||||
compatible = "pwm-regulator";
|
||||
rockchip,pwm_id = <1>;
|
||||
rockchip,pwm_voltage = <1200000>;
|
||||
regulator-init-microvolt = <1200000>;
|
||||
pwms = <&pwm1 0 5000 1>;
|
||||
regulator-name = "vdd_arm";
|
||||
regulator-min-microvolt = <950000>;
|
||||
|
||||
Reference in New Issue
Block a user