Skip to content

Commit 79b26c1

Browse files
JIaxygaandersson
authored andcommitted
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>
1 parent 31150c9 commit 79b26c1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/soc/qcom/qcom_pd_mapper.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,7 @@ static const struct of_device_id qcom_pdm_domains[] __maybe_unused = {
552552
{ .compatible = "qcom,sm4250", .data = sm6115_domains, },
553553
{ .compatible = "qcom,sm6115", .data = sm6115_domains, },
554554
{ .compatible = "qcom,sm6350", .data = sm6350_domains, },
555+
{ .compatible = "qcom,sm7325", .data = sc7280_domains, },
555556
{ .compatible = "qcom,sm8150", .data = sm8150_domains, },
556557
{ .compatible = "qcom,sm8250", .data = sm8250_domains, },
557558
{ .compatible = "qcom,sm8350", .data = sm8350_domains, },

0 commit comments

Comments
 (0)