]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
soc: qcom: pd_mapper: Add SM7325 compatible
authorDanila Tikhonov <danila@jiaxyga.com>
Thu, 8 Aug 2024 18:40:18 +0000 (21:40 +0300)
committerBjorn Andersson <andersson@kernel.org>
Thu, 15 Aug 2024 20:52:05 +0000 (15:52 -0500)
The Qualcomm SM7325 platform is identical to SC7280, so add
compatibility leading to SC7280.

Signed-off-by: Danila Tikhonov <danila@jiaxyga.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20240808184048.63030-5-danila@jiaxyga.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/soc/qcom/qcom_pd_mapper.c

index 63db04f2bf67052d42b9fa5dc7e6c6c9b71c7633..ef5171a6860e6f5cfe712de995b1e2052adeca7b 100644 (file)
@@ -552,6 +552,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,sm7325", .data = sc7280_domains, },
        { .compatible = "qcom,sm8150", .data = sm8150_domains, },
        { .compatible = "qcom,sm8250", .data = sm8250_domains, },
        { .compatible = "qcom,sm8350", .data = sm8350_domains, },