mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-10-22 23:13:01 +02:00
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>
This commit is contained in:
parent
6cf5e9a6d2
commit
8e6854efd4
|
@ -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, },
|
||||
|
|
Loading…
Reference in New Issue
Block a user