[PATCH] soc: qcom: smem: Update max processor count

From: Mukesh Ojha

Date: Tue Mar 31 2026 - 12:26:49 EST


Update max processor count to reflect the number of co-processors on
upcoming SoC.

Signed-off-by: Mukesh Ojha <mukesh.ojha@xxxxxxxxxxxxxxxx>
---
drivers/soc/qcom/smem.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/soc/qcom/smem.c b/drivers/soc/qcom/smem.c
index d5c94b47f431..8daa25d16fdc 100644
--- a/drivers/soc/qcom/smem.c
+++ b/drivers/soc/qcom/smem.c
@@ -86,7 +86,7 @@
#define SMEM_GLOBAL_HOST 0xfffe

/* Max number of processors/hosts in a system */
-#define SMEM_HOST_COUNT 25
+#define SMEM_HOST_COUNT 30

/**
* struct smem_proc_comm - proc_comm communication struct (legacy)
--
2.53.0