Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 923617f2 authored by Akshaya Damodaran's avatar Akshaya Damodaran
Browse files

ARM: dts: msm: PHY regulator ramp delays

Provide sufficient settling time for AQR and QCA regulators
after power on.

Change-Id: Ie26c0212397934309eb6d974e95af6b68ac0f778
parent d0f3aa17
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
		regulator-min-microvolt = <1800000>;
		regulator-max-microvolt = <1800000>;
		enable-active-high;
		regulator-enable-ramp-delay = <200000>;
		regulator-enable-ramp-delay = <80000>;
	};

	aqr_vreg: aqr_vreg {
@@ -30,7 +30,7 @@
		regulator-min-microvolt = <1000000>;
		regulator-max-microvolt = <1000000>;
		enable-active-high;
		regulator-enable-ramp-delay = <2400>;
		regulator-enable-ramp-delay = <10000>;
	};

	ioss_aqr_rx: qps615_rx@eth0 {
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
		regulator-min-microvolt = <1000000>;
		regulator-max-microvolt = <1000000>;
		enable-active-high;
		regulator-enable-ramp-delay = <2400>;
		regulator-enable-ramp-delay = <10000>;
	};

	ioss_qps615_rx: qps615_rx@eth {