]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
soc: qcom: pd-mapper: Add SM8750 compatible
authorPrasad Kumpatla <quic_pkumpatl@quicinc.com>
Thu, 21 Aug 2025 16:06:18 +0000 (21:36 +0530)
committerBjorn Andersson <andersson@kernel.org>
Sun, 24 Aug 2025 01:51:17 +0000 (20:51 -0500)
Add support for the Qualcomm SM8750 SoC to the protection
domain mapper. SM8750 shares the same protection domain
configuration as SM8550, so reuse the existing SM8550 domain data.

Signed-off-by: Prasad Kumpatla <quic_pkumpatl@quicinc.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250821160618.1037157-2-quic_pkumpatl@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/soc/qcom/qcom_pd_mapper.c

index 3abea241b1c42590037969cc978f15532be29329..6384f271953d40614fec87c04f84464d3c9c6a86 100644 (file)
@@ -584,6 +584,7 @@ static const struct of_device_id qcom_pdm_domains[] __maybe_unused = {
        { .compatible = "qcom,sm8450", .data = sm8350_domains, },
        { .compatible = "qcom,sm8550", .data = sm8550_domains, },
        { .compatible = "qcom,sm8650", .data = sm8550_domains, },
+       { .compatible = "qcom,sm8750", .data = sm8550_domains, },
        { .compatible = "qcom,x1e80100", .data = x1e80100_domains, },
        { .compatible = "qcom,x1p42100", .data = x1e80100_domains, },
        {},