]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
soc: qcom: smem: Update max processor count
authorUnnathi Chalicheemala <unnathi.chalicheemala@oss.qualcomm.com>
Thu, 24 Apr 2025 23:45:41 +0000 (16:45 -0700)
committerBjorn Andersson <andersson@kernel.org>
Fri, 9 May 2025 22:12:55 +0000 (17:12 -0500)
Update max processor count to reflect the number of co-processors on
upcoming SoC.

Signed-off-by: Unnathi Chalicheemala <unnathi.chalicheemala@oss.qualcomm.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250424-smem_count-v1-1-931cf68f71a8@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/soc/qcom/smem.c

index 59281970180921b76312fd5020828edced739344..cf425930539e406fb81307a17803955371545f32 100644 (file)
@@ -86,7 +86,7 @@
 #define SMEM_GLOBAL_HOST       0xfffe
 
 /* Max number of processors/hosts in a system */
-#define SMEM_HOST_COUNT                20
+#define SMEM_HOST_COUNT                25
 
 /**
   * struct smem_proc_comm - proc_comm communication struct (legacy)