summaryrefslogtreecommitdiff
path: root/include/soc/qcom
diff options
context:
space:
mode:
authorDhoat Harpal <hdhoat@codeaurora.org>2016-06-27 17:16:03 +0530
committerDhoat Harpal <hdhoat@codeaurora.org>2016-07-21 17:40:52 +0530
commita3f2ed3879ba5f8eb56776217332cc2c375fe0ce (patch)
tree616e5e3409fa1cd38c3fb2b72b50b946e9c0af83 /include/soc/qcom
parent9e4b3ba4afcff08bce320513610955391ab95806 (diff)
soc: qcom: smem: Add 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: 1043377 Change-Id: I6df0575cf54003374a5ebdbfa54e169d3545ffe7 Signed-off-by: Dhoat Harpal <hdhoat@codeaurora.org>
Diffstat (limited to 'include/soc/qcom')
-rw-r--r--include/soc/qcom/smem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/soc/qcom/smem.h b/include/soc/qcom/smem.h
index 9295532dec8a..79bcc1b31cf8 100644
--- a/include/soc/qcom/smem.h
+++ b/include/soc/qcom/smem.h
@@ -26,6 +26,7 @@ enum {
SMEM_TZ,
SMEM_SPSS,
SMEM_HYP,
+ SMEM_CDSP,
NUM_SMEM_SUBSYSTEMS,
};