Skip to content

Commit 678647c

Browse files
lweiss-fairphoneandersson
authored andcommitted
soc: qcom: pd-mapper: Add Milos compatible
Add support for the Qualcomm Milos SoC to the protection domain mapper. Milos shares the same protection domain configuration as SM8550, so reuse the existing SM8550 domain data. Signed-off-by: Luca Weiss <luca.weiss@fairphone.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260116-milos-fp6-bt-wifi-v1-1-27b4fbb77e9c@fairphone.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent e3f45d3 commit 678647c

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
@@ -572,6 +572,7 @@ static const struct of_device_id qcom_pdm_domains[] __maybe_unused = {
572572
{ .compatible = "qcom,apq8084", .data = NULL, },
573573
{ .compatible = "qcom,apq8096", .data = msm8996_domains, },
574574
{ .compatible = "qcom,kaanapali", .data = kaanapali_domains, },
575+
{ .compatible = "qcom,milos", .data = sm8550_domains, },
575576
{ .compatible = "qcom,msm8226", .data = NULL, },
576577
{ .compatible = "qcom,msm8909", .data = NULL, },
577578
{ .compatible = "qcom,msm8916", .data = NULL, },

0 commit comments

Comments
 (0)