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

Commit 881b3044 authored by Dhaval Patel's avatar Dhaval Patel Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: reduce panel regulator on delay for msm8996



DSI driver waits for 40ms after turning on the LAB/IBB/LDO14
regulator on msm8996 target. This delay is much higher than
required delay. This change optimizes the delay.

Change-Id: I32111bf47e1ab33bd04baa1f5824c3b47e07c658
Signed-off-by: default avatarDhaval Patel <pdhaval@codeaurora.org>
parent 37a16eeb
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -36,7 +36,6 @@
			qcom,supply-max-voltage = <1800000>;
			qcom,supply-enable-load = <62000>;
			qcom,supply-disable-load = <80>;
			qcom,supply-post-on-sleep = <20>;
		};

		qcom,panel-supply-entry@1 {
@@ -55,7 +54,7 @@
			qcom,supply-max-voltage = <6000000>;
			qcom,supply-enable-load = <100000>;
			qcom,supply-disable-load = <100>;
			qcom,supply-post-on-sleep = <20>;
			qcom,supply-post-on-sleep = <10>;
		};
	};
};