From: Sibi Sankar Date: Wed, 7 Aug 2019 07:09:51 +0000 (+0530) Subject: soc: qcom: smem: Update max processor count X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f117249e4b7831248404ff1fb47bfe44c355caea;p=openwrt%2Fstaging%2Fblogic.git soc: qcom: smem: Update max processor count Update max processor count to reflect the number of co-processors on SC7180 SoCs. Reviewed-by: Vinod Koul Tested-by: Vinod Koul Signed-off-by: Sibi Sankar Signed-off-by: Bjorn Andersson --- diff --git a/drivers/soc/qcom/smem.c b/drivers/soc/qcom/smem.c index 0caf67e2f037..28c19bcb2f20 100644 --- a/drivers/soc/qcom/smem.c +++ b/drivers/soc/qcom/smem.c @@ -84,7 +84,7 @@ #define SMEM_GLOBAL_HOST 0xfffe /* Max number of processors/hosts in a system */ -#define SMEM_HOST_COUNT 10 +#define SMEM_HOST_COUNT 11 /** * struct smem_proc_comm - proc_comm communication struct (legacy)