[PATCH v2] soc: qcom: pd-mapper: Add support for Eliza

From: Abel Vesa

Date: Mon Mar 30 2026 - 10:36:59 EST


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.

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxxxxxxxx>
Signed-off-by: Abel Vesa <abel.vesa@xxxxxxxxxxxxxxxx>
---
Changes in v2:
- Rebased on next-20260327.
- Picked up Dmitry's R-b tag.
- Fixed the order by the entry under qcom,apq8096.
- Link to v1: https://patch.msgid.link/20260327-eliza-soc-pd-mapper-v1-1-17334d6ab82d@xxxxxxxxxxxxxxxx
---
drivers/soc/qcom/qcom_pd_mapper.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/soc/qcom/qcom_pd_mapper.c b/drivers/soc/qcom/qcom_pd_mapper.c
index a18cb56de579..185145522a96 100644
--- a/drivers/soc/qcom/qcom_pd_mapper.c
+++ b/drivers/soc/qcom/qcom_pd_mapper.c
@@ -579,6 +579,7 @@ static const struct of_device_id qcom_pdm_domains[] __maybe_unused = {
{ .compatible = "qcom,apq8074", .data = NULL, },
{ .compatible = "qcom,apq8084", .data = NULL, },
{ .compatible = "qcom,apq8096", .data = msm8996_domains, },
+ { .compatible = "qcom,eliza", .data = sm8550_domains, },
{ .compatible = "qcom,glymur", .data = glymur_domains, },
{ .compatible = "qcom,kaanapali", .data = kaanapali_domains, },
{ .compatible = "qcom,mahua", .data = glymur_domains, },

---
base-commit: 3b058d1aeeeff27a7289529c4944291613b364e9
change-id: 20260327-eliza-soc-pd-mapper-256a87dd0216

Best regards,
--
Abel Vesa <abel.vesa@xxxxxxxxxxxxxxxx>