soc: qcom: smem: Update CDSP processor ID
The local table of processor IDs maintained by SMEM must match the table of processor IDs maintained by SMEM on remote processors, because the IDs are global. Update the local table of processor IDs to match the table on remote processors. CRs-Fixed: 1077384 Change-Id: I24d3809450bf63cbc6b930575c310cee116910f7 Signed-off-by: Dhoat Harpal <hdhoat@codeaurora.org>
This commit is contained in:
parent
773f15cdab
commit
4a9524cbec
1 changed files with 1 additions and 1 deletions
|
@ -22,11 +22,11 @@ enum {
|
|||
SMEM_DSPS,
|
||||
SMEM_WCNSS,
|
||||
SMEM_MODEM_Q6_FW,
|
||||
SMEM_CDSP = SMEM_MODEM_Q6_FW,
|
||||
SMEM_RPM,
|
||||
SMEM_TZ,
|
||||
SMEM_SPSS,
|
||||
SMEM_HYP,
|
||||
SMEM_CDSP,
|
||||
NUM_SMEM_SUBSYSTEMS,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue