drivers/soc/qcom/qcom_pd_mapper.c | 1 + 1 file changed, 1 insertion(+)
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>
---
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..7bb14c20ab5d 100644
--- a/drivers/soc/qcom/qcom_pd_mapper.c
+++ b/drivers/soc/qcom/qcom_pd_mapper.c
@@ -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, },
---
base-commit: e77a5a5cfe43b4c25bd44a3818e487033287517f
change-id: 20260327-eliza-soc-pd-mapper-256a87dd0216
Best regards,
--
Abel Vesa <abel.vesa@oss.qualcomm.com>
On Fri, 27 Mar 2026 16:22:33 +0200, Abel Vesa wrote:
> 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.
>
>
Applied, thanks!
[1/1] soc: qcom: pd-mapper: Add support for Eliza
commit: 79c9ede455820e179608f9d52584c74d19e13fb0
Best regards,
--
Bjorn Andersson <andersson@kernel.org>
On Fri, Mar 27, 2026 at 04:22:33PM +0200, Abel Vesa wrote: > 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> > --- > drivers/soc/qcom/qcom_pd_mapper.c | 1 + > 1 file changed, 1 insertion(+) > Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> -- With best wishes Dmitry
© 2016 - 2026 Red Hat, Inc.