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>
This commit is contained in:
parent
a1c04d7f2e
commit
8a2e1da4bb
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue