summaryrefslogtreecommitdiff
path: root/include/soc/qcom
diff options
context:
space:
mode:
authorDhoat Harpal <hdhoat@codeaurora.org>2016-10-13 12:15:16 +0530
committerDhoat Harpal <hdhoat@codeaurora.org>2016-10-13 17:10:19 +0530
commit4a9524cbec0d8deb77448f6540c04b7a8813c402 (patch)
tree2abf84d5fccf2e8c3d7158843f049d6f9c5647fe /include/soc/qcom
parent773f15cdab613a9cb921f3e1e49f96cadac75c14 (diff)
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>
Diffstat (limited to 'include/soc/qcom')
-rw-r--r--include/soc/qcom/smem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/soc/qcom/smem.h b/include/soc/qcom/smem.h
index b5425dd7eaea..4117b0d47b0d 100644
--- a/include/soc/qcom/smem.h
+++ b/include/soc/qcom/smem.h
@@ -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,
};