]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
soc: qcom: pd_mapper: Add SM7225 compatible
authorLuca Weiss <luca.weiss@fairphone.com>
Fri, 20 Dec 2024 08:39:44 +0000 (09:39 +0100)
committerBjorn Andersson <andersson@kernel.org>
Wed, 8 Jan 2025 22:40:35 +0000 (16:40 -0600)
The Qualcomm SM7225 is practically identical to SM6350, so add an entry
using that data.

Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
Link: https://lore.kernel.org/r/20241220-pd-mapper-sm7225-v1-1-68f85a87288d@fairphone.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/soc/qcom/qcom_pd_mapper.c

index 50aa54996901f328146aac0197adfa8d71e4ef41..154ca5beb47160cc404a46a27840818fe3187420 100644 (file)
@@ -553,6 +553,7 @@ static const struct of_device_id qcom_pdm_domains[] __maybe_unused = {
        { .compatible = "qcom,sm4250", .data = sm6115_domains, },
        { .compatible = "qcom,sm6115", .data = sm6115_domains, },
        { .compatible = "qcom,sm6350", .data = sm6350_domains, },
+       { .compatible = "qcom,sm7225", .data = sm6350_domains, },
        { .compatible = "qcom,sm7325", .data = sc7280_domains, },
        { .compatible = "qcom,sm8150", .data = sm8150_domains, },
        { .compatible = "qcom,sm8250", .data = sm8250_domains, },