diff options
| author | Srinivas Rao L <lsrao@codeaurora.org> | 2016-02-04 12:25:56 +0530 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 21:19:42 -0700 |
| commit | 8a2e1da4bba5ca8f45916e60964eae55e76ee9d8 (patch) | |
| tree | 0a5a577f554b6a870ceb529e39b69918f41891e9 | |
| parent | a1c04d7f2ee184cea2b8eb8af27e6d0cb3eb5b6a (diff) | |
pm: Update L2 Flag for GDHS mode to pass in TZ
Change L2 GDHS flag passing to TZ to trigger L2 gdhs mode
on non-psci targets.
Change-Id: I0d4fed45fa8afa6c9a73661b9169c29644169ba4
Signed-off-by: Srinivas Rao L <lsrao@codeaurora.org>
| -rw-r--r-- | include/soc/qcom/pm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/soc/qcom/pm.h b/include/soc/qcom/pm.h index b7ad2e5e6c2c..e7c7909e39f5 100644 --- a/include/soc/qcom/pm.h +++ b/include/soc/qcom/pm.h @@ -44,7 +44,7 @@ enum msm_pm_sleep_mode { enum msm_pm_l2_scm_flag { MSM_SCM_L2_ON = 0, MSM_SCM_L2_OFF = 1, - MSM_SCM_L2_GDHS = 2, + MSM_SCM_L2_GDHS = 3, MSM_SCM_L3_PC_OFF = 4, }; |
