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

Commit 50f5c271 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 65db089f 1cf5e371
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -1707,7 +1707,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";