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

Commit 6f5e9162 authored by Rama Aparna Mallavarapu's avatar Rama Aparna Mallavarapu Committed by Amir Vajid
Browse files

devfreq: bwmon: Increase the IOPercentage limits to 400



The IO percentage limits the values to 100, increase it
since some devices might need a higher value.

Change-Id: I7f19017b426832d9a1a11bd02195a4d15634c041
Signed-off-by: default avatarRama Aparna Mallavarapu <aparnam@codeaurora.org>
[avajid@codeaurora.org: resolved trivial merge conflict]
Signed-off-by: default avatarAmir Vajid <avajid@codeaurora.org>
parent b6d80a17
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -754,7 +754,7 @@ show_attr(decay_rate);
store_attr(decay_rate, 0U, 100U);
static DEVICE_ATTR_RW(decay_rate);
show_attr(io_percent);
store_attr(io_percent, 1U, 100U);
store_attr(io_percent, 1U, 400U);
static DEVICE_ATTR_RW(io_percent);
show_attr(bw_step);
store_attr(bw_step, 50U, 1000U);