Commit b302c64a authored by Bartosz Golaszewski's avatar Bartosz Golaszewski Committed by Bjorn Andersson
Browse files

soc: qcom: smem: update max processor count



Update max processor count to reflect the number of co-processors on
SA8775P SoCs.

Signed-off-by: default avatarBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Reviewed-by: default avatarEric Chanudet <echanude@redhat.com>
Tested-by: default avatarEric Chanudet <echanude@redhat.com>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230209095753.447347-2-brgl@bgdev.pl
parent b5bec0f0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)