mmrm: Enable throttling feature by default

Enable throttling feature by default.

Change-Id: Ic72d7b8d7df9899d65ad7ced7a4f21b82cf8c31c
Signed-off-by: Mahesh Kumar Sharma <smahesh@codeaurora.org>
This commit is contained in:
Mahesh Kumar Sharma
2021-07-27 16:20:10 -07:00
parent b64ce683db
commit 053e1464ea

View File

@@ -8,7 +8,7 @@
#include "mmrm_debug.h"
int msm_mmrm_debug = MMRM_ERR | MMRM_WARN | MMRM_PRINTK;
u8 msm_mmrm_enable_throttle_feature = 0;
u8 msm_mmrm_enable_throttle_feature = 1;
u8 msm_mmrm_allow_multiple_register = 0;