Skip to content

Commit 79c9ede

Browse files
Abel Vesaandersson
authored andcommitted
soc: qcom: pd-mapper: Add support for Eliza
Add support for the Qualcomm Eliza SoC to the protection domain mapper. It has the same exact protection domain configuration as SM8550 SoC, so reuse that. Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260327-eliza-soc-pd-mapper-v1-1-17334d6ab82d@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent cd3c467 commit 79c9ede

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
@@ -578,6 +578,7 @@ static const struct of_device_id qcom_pdm_domains[] __maybe_unused = {
578578
{ .compatible = "qcom,apq8064", .data = NULL, },
579579
{ .compatible = "qcom,apq8074", .data = NULL, },
580580
{ .compatible = "qcom,apq8084", .data = NULL, },
581+
{ .compatible = "qcom,eliza", .data = sm8550_domains, },
581582
{ .compatible = "qcom,apq8096", .data = msm8996_domains, },
582583
{ .compatible = "qcom,glymur", .data = glymur_domains, },
583584
{ .compatible = "qcom,kaanapali", .data = kaanapali_domains, },

0 commit comments

Comments
 (0)