diff mbox series

[2/2] arm64: dts: rockchip: add enable-ramp-delay for syr82x on rk3399-firefly

Message ID 20181204124653.3872-2-heiko@sntech.de (mailing list archive)
State New, archived
Headers show
Series [1/2] arm64: dts: rockchip: use correct pinctrl for syr82x on rk3399 firefly | expand

Commit Message

Heiko Stuebner Dec. 4, 2018, 12:46 p.m. UTC
The syr82x regulators have a hardware enable ramp delay of 300us as
indicated by the datasheet and also the rk3288-firefly use of them.
Therefore add the necessary properties for the two regulators on
rk3399-firefly as well.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
---
 arch/arm64/boot/dts/rockchip/rk3399-firefly.dts | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts b/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts
index ea63477ca9fe..4b4c15ff3242 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts
@@ -461,6 +461,7 @@ 
 		regulator-name = "vdd_cpu_b";
 		regulator-min-microvolt = <712500>;
 		regulator-max-microvolt = <1500000>;
+		regulator-enable-ramp-delay = <300>;
 		regulator-ramp-delay = <1000>;
 		regulator-always-on;
 		regulator-boot-on;
@@ -480,6 +481,7 @@ 
 		regulator-name = "vdd_gpu";
 		regulator-min-microvolt = <712500>;
 		regulator-max-microvolt = <1500000>;
+		regulator-enable-ramp-delay = <300>;
 		regulator-ramp-delay = <1000>;
 		regulator-always-on;
 		regulator-boot-on;