aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKhushboo Bindlish <khushboo.bindlish@intel.com>2016-02-11 16:33:34 -0800
committerKhushboo Bindlish <khushboo.bindlish@intel.com>2016-04-07 16:12:55 -0700
commit3eccfae5bcffd92126dd3c8c7700311c30cdd9fb (patch)
tree88eed503919f30d6fa7f4d3d23fd515183ffbec3
parent7e39c7e88cf40b29211c11c2db3187a5f15af687 (diff)
downloadedison-v3.10-3eccfae5bcffd92126dd3c8c7700311c30cdd9fb.tar.gz
Do not turn off Chaabi during PMU initialization
Change-Id: I59f0dfd2934a7a36056abd6952895c66ca14331f Tracked-On: https://jira01.devtools.intel.com/browse/BP-21 Signed-off-by: Khushboo Bindlish <khushboo.bindlish@intel.com>
-rw-r--r--arch/x86/platform/intel-mid/intel_soc_mrfld.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/platform/intel-mid/intel_soc_mrfld.c b/arch/x86/platform/intel-mid/intel_soc_mrfld.c
index 0683935f387..9e125f10dfe 100644
--- a/arch/x86/platform/intel-mid/intel_soc_mrfld.c
+++ b/arch/x86/platform/intel-mid/intel_soc_mrfld.c
@@ -51,7 +51,7 @@ static int mrfld_pmu_init(void)
/* Put all unused LSS in D0i3 */
mid_pmu_cxt->os_sss[0] = (SSMSK(D0I3_MASK, PMU_RESERVED_LSS_03) |
SSMSK(D0I3_MASK, PMU_HSI_LSS_05) |
- SSMSK(D0I3_MASK, PMU_SECURITY_LSS_06) |
+ //SSMSK(D0I3_MASK, PMU_SECURITY_LSS_06) |
SSMSK(D0I3_MASK, PMU_RESERVED_LSS_07) |
SSMSK(D0I3_MASK, PMU_RESERVED_LSS_11) |
SSMSK(D0I3_MASK, PMU_RESERVED_LSS_12) |
@@ -234,7 +234,7 @@ void platform_update_all_lss_states(struct pmu_ss_states *pmu_config,
pmu_config->pmu2_states[0] =
(SSMSK(D0I3_MASK, PMU_RESERVED_LSS_03) |
SSMSK(D0I3_MASK, PMU_HSI_LSS_05) |
- SSMSK(D0I3_MASK, PMU_SECURITY_LSS_06) |
+ //SSMSK(D0I3_MASK, PMU_SECURITY_LSS_06) |
SSMSK(D0I3_MASK, PMU_RESERVED_LSS_07) |
SSMSK(D0I3_MASK, PMU_RESERVED_LSS_11) |
SSMSK(D0I3_MASK, PMU_RESERVED_LSS_12) |