diff mbox series

soc: qcom: smem: Update max processor count

Message ID 20250424-smem_count-v1-1-931cf68f71a8@oss.qualcomm.com
State New
Headers show
Series soc: qcom: smem: Update max processor count | expand

Commit Message

Unnathi Chalicheemala April 24, 2025, 11:45 p.m. UTC
Update max processor count to reflect the number of co-processors on
upcoming SoC.

Signed-off-by: Unnathi Chalicheemala <unnathi.chalicheemala@oss.qualcomm.com>
---
 drivers/soc/qcom/smem.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


---
base-commit: 02ddfb981de88a2c15621115dd7be2431252c568
change-id: 20250424-smem_count-a852d89ff3cd

Best regards,

Comments

Konrad Dybcio April 25, 2025, 8:13 a.m. UTC | #1
On 4/25/25 1:45 AM, Unnathi Chalicheemala wrote:
> 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>

Konrad
diff mbox series

Patch

diff --git a/drivers/soc/qcom/smem.c b/drivers/soc/qcom/smem.c
index 59281970180921b76312fd5020828edced739344..cf425930539e406fb81307a17803955371545f32 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		20
+#define SMEM_HOST_COUNT		25
 
 /**
   * struct smem_proc_comm - proc_comm communication struct (legacy)