From 75b0a3ebc6b463ad38554e731066c4c59d2cc177 Mon Sep 17 00:00:00 2001 From: Dhoat Harpal Date: Mon, 1 Aug 2016 19:25:52 +0530 Subject: 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 --- include/soc/qcom/smem.h | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'include') 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, -- cgit v1.2.3