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:
Zhangbin Tong 2018-09-06 10:38:00 +08:00 committed by Tao Huang
parent cb771b55cf
commit 104311443d

View File

@ -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>;