firmware: qcom_scm: Drop useless compatibles
authorKonrad Dybcio <konrad.dybcio@linaro.org>
Sat, 24 Jun 2023 12:23:47 +0000 (14:23 +0200)
committerBjorn Andersson <andersson@kernel.org>
Mon, 24 Jul 2023 02:35:02 +0000 (19:35 -0700)
commit626237dbc9ff233cc51cc3313e5f41dfd79181bc
treeed50ff94bd02a445f95e739c78f21b0cc29f2fb6
parentae76fd3f5554fe7b30207100ff002669714081ee
firmware: qcom_scm: Drop useless compatibles

There are three categories of compatibles within the driver:

1. Ones which were introduced without a qcom,scm fallback
2. Ones which were introduced with a qcom,scm fallback
3. Ones which were defined but never used

Keep 1 for backwards compatibility and axe 2 & 3.

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230623-topic-scm_cleanup-v2-3-9db8c583138d@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/firmware/qcom_scm.c