mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
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:
@@ -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";
|
||||
};
|
||||
|
||||
@@ -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>;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user