OSDN Git Service

soc: qcom: smem: update max processor count
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Thu, 9 Feb 2023 09:57:51 +0000 (10:57 +0100)
committerBjorn Andersson <andersson@kernel.org>
Mon, 13 Mar 2023 23:34:36 +0000 (16:34 -0700)
Update max processor count to reflect the number of co-processors on
SA8775P SoCs.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Reviewed-by: Eric Chanudet <echanude@redhat.com>
Tested-by: Eric Chanudet <echanude@redhat.com>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230209095753.447347-2-brgl@bgdev.pl
drivers/soc/qcom/smem.c

index 25f5925..6be7ea9 100644 (file)
@@ -85,7 +85,7 @@
 #define SMEM_GLOBAL_HOST       0xfffe
 
 /* Max number of processors/hosts in a system */
-#define SMEM_HOST_COUNT                15
+#define SMEM_HOST_COUNT                20
 
 /**
   * struct smem_proc_comm - proc_comm communication struct (legacy)