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

Commit 1cf5e371 authored by Veerabhadrarao Badiganti's avatar Veerabhadrarao Badiganti
Browse files

ARM: dts: msm: Limit UFS spm level to 3 on Shima

Hynix UFS2.2 is drawing 40mA current during APPS PC. This issue is
seen only if PX10 is turned off and Vccq2 is ON. Since Vccq2 is
always-on supply we can't turn it off. So don't turn off PX10, 
by updating spm_lvl to 3.

In sleep state (spm-lvl=3) its drawing only .5mA.

Change-Id: I1a0c8e021d7f1ab6c18bf8ddafe71972a37b28e0
parent e4c629d3
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -1698,7 +1698,14 @@
		dma-coherent;

		rpm-level = <3>;
		spm-level = <5>;
		/*
		 * Hynix UFS2.2 is drawing 40mA current during APPS PC.
		 * Issue is seen only if PX10 is turned off and Vccq2 is ON.
		 * Since Vccq2 is always-on supply we can't turn it off,
		 * so don't turn off PX10, by updating spm_lvl to 3.
		 * In sleep state (spm-lvl=3) its drawing only .5mA.
		 */
		spm-level = <3>;

		status = "disabled";