mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
arm: dts: rk3128h-box: Add regulator-early-min-microvolt property to the vdd_arm node
Need to keep the vdd_arm voltage set by the bootloader until all consumer
complete the initialization of the frequency voltage constraint.
The previous kernel was using the property regulator-init-microvolt.
The commit 8726e76f58 ("Revert "regulator: of: Use regulator-init-microvolt as early minimum"")
change it to regulator-early-min-microvolt property.
Change-Id: If86994dd3f6a845efbde6cbadfbd73e3572a544b
Signed-off-by: Zhangbin Tong <zebulun.tong@rock-chips.com>
This commit is contained in:
parent
cb771b55cf
commit
104311443d
|
|
@ -208,6 +208,7 @@ vdd_arm: vdd-arm-regulator {
|
|||
compatible = "pwm-regulator";
|
||||
rockchip,pwm_id = <1>;
|
||||
regulator-init-microvolt = <1200000>;
|
||||
regulator-early-min-microvolt = <1200000>;
|
||||
pwms = <&pwm1 0 5000 1>;
|
||||
regulator-name = "vdd_arm";
|
||||
regulator-min-microvolt = <950000>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user