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

Commit 33377aa9 authored by Archana Sathyakumar's avatar Archana Sathyakumar
Browse files

power: qcom: msm-core: Increase the number of frequencies in pstate table



Currently the ea static ptable is limited to 20 entries. Increase this
to 50 to accommodate more frequencies per cpu.

Change-Id: I4df1fb9e27a275d48e56f4bcb37f5bed438894ff
Signed-off-by: default avatarArchana Sathyakumar <asathyak@codeaurora.org>
parent 926233dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
#include <linux/ctype.h>
#include <linux/cpu.h>

#define MAX_PSTATES 20
#define MAX_PSTATES 50

enum arg_offset {
	CPU_OFFSET,