]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
soc: qcom: pd-mapper: Add support for Eliza
authorAbel Vesa <abel.vesa@oss.qualcomm.com>
Fri, 27 Mar 2026 14:22:33 +0000 (16:22 +0200)
committerBjorn Andersson <andersson@kernel.org>
Mon, 30 Mar 2026 13:37:27 +0000 (08:37 -0500)
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>
drivers/soc/qcom/qcom_pd_mapper.c

index 003aa88fc372ab8e588f7889a31d6645db3a8065..bb99f003844bdea55ee307010d91a0a04f98c65f 100644 (file)
@@ -578,6 +578,7 @@ static const struct of_device_id qcom_pdm_domains[] __maybe_unused = {
        { .compatible = "qcom,apq8064", .data = NULL, },
        { .compatible = "qcom,apq8074", .data = NULL, },
        { .compatible = "qcom,apq8084", .data = NULL, },
+       { .compatible = "qcom,eliza", .data = sm8550_domains, },
        { .compatible = "qcom,apq8096", .data = msm8996_domains, },
        { .compatible = "qcom,glymur", .data = glymur_domains, },
        { .compatible = "qcom,kaanapali", .data = kaanapali_domains, },