ARM: dts: rockchip: add missing regulator settling time up property for rv1126 board

For PWM regulator, adjust voltage needs waiting time to be stable

Signed-off-by: Nickey Yang <nickey.yang@rock-chips.com>
Change-Id: I8586ece1e109f3c8ab6a3f5da8ee4e298371ef01
This commit is contained in:
Nickey Yang
2020-08-18 16:11:23 +08:00
committed by Tao Huang
parent 4821deb3a5
commit cf702e207b
2 changed files with 4 additions and 0 deletions

View File

@@ -61,6 +61,7 @@
regulator-init-microvolt = <825000>;
regulator-always-on;
regulator-boot-on;
regulator-settling-time-up-us = <250>;
pwm-supply = <&vcc3v3_sys>;
status = "okay";
};
@@ -78,6 +79,7 @@
regulator-init-microvolt = <825000>;
regulator-always-on;
regulator-boot-on;
regulator-settling-time-up-us = <250>;
pwm-supply = <&vcc3v3_sys>;
status = "okay";
};

View File

@@ -80,6 +80,7 @@
regulator-init-microvolt = <824000>;
regulator-always-on;
regulator-boot-on;
regulator-settling-time-up-us = <250>;
pwm-supply = <&vcc_3v3>;
};
@@ -92,6 +93,7 @@
regulator-init-microvolt = <824000>;
regulator-always-on;
regulator-boot-on;
regulator-settling-time-up-us = <250>;
pwm-supply = <&vcc_3v3>;
};
};