Skip to content

Commit 8e6854e

Browse files
lweiss-fairphoneandersson
authored andcommitted
soc: qcom: pd_mapper: Add SM7225 compatible
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>
1 parent 6cf5e9a commit 8e6854e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/soc/qcom/qcom_pd_mapper.c

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

0 commit comments

Comments
 (0)