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

Commit af24ae27 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drivers: cpuidle: lpm-levels: Print enabled clocks during suspend"

parents 670d6436 df5cbe33
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@
#include <asm/cpuidle.h>
#include "lpm-levels.h"
#include <trace/events/power.h>
#include "../clk/clk.h"
#define CREATE_TRACE_POINTS
#include <trace/events/trace_msm_low_power.h>

@@ -1635,6 +1636,7 @@ static int lpm_suspend_enter(suspend_state_t state)
	 * clocks that are enabled and preventing the system level
	 * LPMs(XO and Vmin).
	 */
	clock_debug_print_enabled();

	psci_enter_sleep(lpm_cpu, idx, true);