diff options
| author | Dhoat Harpal <hdhoat@codeaurora.org> | 2016-08-01 19:25:52 +0530 |
|---|---|---|
| committer | Dhoat Harpal <hdhoat@codeaurora.org> | 2016-08-09 17:41:07 +0530 |
| commit | 75b0a3ebc6b463ad38554e731066c4c59d2cc177 (patch) | |
| tree | e1d0d977191f2f86a020143ff067a86a472a926d /include | |
| parent | e94b446eac88a43e42ecde105275d48b677ea5b3 (diff) | |
soc: qcom: smem: Add SMEM items for CDSP SMP2P communication.
Smem item definitions must be kept in sync with remote processors; if
the definitions do not match, item lookup can fail between processors.
Add smem item definitions so that the local definition table matches
the table on remote processors.
CRs-Fixed: 1043377
Change-Id: I7d23da099b5ed9deb3d074c1b72d286560fd705c
Signed-off-by: Dhoat Harpal <hdhoat@codeaurora.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/soc/qcom/smem.h | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/include/soc/qcom/smem.h b/include/soc/qcom/smem.h index 79bcc1b31cf8..c3e9c474ea8b 100644 --- a/include/soc/qcom/smem.h +++ b/include/soc/qcom/smem.h @@ -92,15 +92,8 @@ enum { SMEM_KEYPAD_STATE_UPDATED, SMEM_KEYPAD_STATE_IDX, SMEM_GPIO_INT, - SMEM_MDDI_LCD_IDX, - SMEM_MDDI_HOST_DRIVER_STATE, - SMEM_MDDI_LCD_DISP_STATE, - SMEM_LCD_CUR_PANEL, - SMEM_MARM_BOOT_SEGMENT_INFO, - SMEM_AARM_BOOT_SEGMENT_INFO, - SMEM_SLEEP_STATIC, - SMEM_SCORPION_FREQUENCY, - SMEM_SMD_PROFILES, + SMEM_SMP2P_CDSP_BASE, + SMEM_SMD_PROFILES = SMEM_SMP2P_CDSP_BASE + 8, SMEM_TSSC_BUSY, SMEM_HS_SUSPEND_FILTER_INFO, SMEM_BATT_INFO, |
