Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

soc: qcom: pd_mapper: Add SM7325 compatible

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>

authored by

Danila Tikhonov and committed by
Bjorn Andersson
79b26c11 31150c9e

+1
+1
drivers/soc/qcom/qcom_pd_mapper.c
··· 552 552 { .compatible = "qcom,sm4250", .data = sm6115_domains, }, 553 553 { .compatible = "qcom,sm6115", .data = sm6115_domains, }, 554 554 { .compatible = "qcom,sm6350", .data = sm6350_domains, }, 555 + { .compatible = "qcom,sm7325", .data = sc7280_domains, }, 555 556 { .compatible = "qcom,sm8150", .data = sm8150_domains, }, 556 557 { .compatible = "qcom,sm8250", .data = sm8250_domains, }, 557 558 { .compatible = "qcom,sm8350", .data = sm8350_domains, },