mmrm: Enable throttling feature by default

Enable throttling feature by default.

Change-Id: Ic72d7b8d7df9899d65ad7ced7a4f21b82cf8c31c
Signed-off-by: Mahesh Kumar Sharma <smahesh@codeaurora.org>
このコミットが含まれているのは:
Mahesh Kumar Sharma
2021-07-27 16:20:10 -07:00
コミット 053e1464ea

ファイルの表示

@@ -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;