Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

soc: qcom: pd-mapper: Add SM8750 compatible

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>

authored by

Prasad Kumpatla and committed by
Bjorn Andersson
72e9f68b 13650cd3

+1
+1
drivers/soc/qcom/qcom_pd_mapper.c
··· 584 584 { .compatible = "qcom,sm8450", .data = sm8350_domains, }, 585 585 { .compatible = "qcom,sm8550", .data = sm8550_domains, }, 586 586 { .compatible = "qcom,sm8650", .data = sm8550_domains, }, 587 + { .compatible = "qcom,sm8750", .data = sm8550_domains, }, 587 588 { .compatible = "qcom,x1e80100", .data = x1e80100_domains, }, 588 589 { .compatible = "qcom,x1p42100", .data = x1e80100_domains, }, 589 590 {},