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

Commit 6b8b17e6 authored by Santosh Mardi's avatar Santosh Mardi
Browse files

devfreq: update sampling window timer limit



Current SW limit is not matching the HW limit, update
limit to align with the available HW limit.

Change-Id: I6e221136142785a98e3cd378915b2139904f1551
Signed-off-by: default avatarSantosh Mardi <gsantosh@codeaurora.org>
parent f176e211
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -197,7 +197,7 @@ void mon_clear(struct bwmon *m, bool clear_all, enum mon_reg_type type)
	mb();
}

#define	SAMPLE_WIN_LIM	0xFFFFF
#define	SAMPLE_WIN_LIM	0xFFFFFF
static __always_inline
void mon_set_hw_sampling_window(struct bwmon *m, unsigned int sample_ms,
				enum mon_reg_type type)