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

Commit 4bd8dca5 authored by John Zhao's avatar John Zhao Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Update bootargs with LPM disabled for msm8996pro



Update bootargs with configuration of lpm_levels.sleep_disabled.

CRs-Fixed: 2079671
Change-Id: Iced6d6fc8e571b342a77ce49b4fa54bf511d7dbc
Signed-off-by: default avatarJohn Zhao <yuankuiz@codeaurora.org>
parent 7aa065cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
	qcom,msm-id = <305 0x10000>;

	chosen {
		bootargs = "fpsimd.fpsimd_settings=1 app_setting.use_app_setting=0 app_setting.use_32bit_app_setting_pro=1";
		bootargs = "lpm_levels.sleep_disabled=1 fpsimd.fpsimd_settings=1 app_setting.use_app_setting=0 app_setting.use_32bit_app_setting_pro=1";
	};
};