dt-bindings: arm: cpus: Document qcom,msm8916-smp enable-method
authorStephan Gerhold <stephan@gerhold.net>
Mon, 4 Oct 2021 20:49:48 +0000 (22:49 +0200)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Sun, 24 Oct 2021 03:35:19 +0000 (22:35 -0500)
commit8e24a29620317012bf271d35692a5bab52831be1
tree631c001ee7a0ad341ac91e33edc51dfd74c9d69b
parent87922aec8a269805aad7fd462c8959cda49ea9df
dt-bindings: arm: cpus: Document qcom,msm8916-smp enable-method

Since MSM8916 is an ARM v8 64-bit SoC the CPU cores are normally booted
using "psci" or "spin-table". Unfortunately, some devices come with signed
32-bit-only firmware without ARM64 and PSCI support. This setup is easy to
support since it's very similar to older 32-bit only Qualcomm SoCs
(e.g. MSM8226) and only requires adding a few new definitions to already
existing drivers.

Document the qcom,msm8916-smp enable-method. It is actually just an alias
of qcom,msm8226-smp since it should be implemented identically.
The enable-method is only valid on ARM32 and must not be used on ARM64.

Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211004204955.21077-8-stephan@gerhold.net
Documentation/devicetree/bindings/arm/cpus.yaml