Skip to content

Commit c617ac0

Browse files
quic-bjorandegregkh
authored andcommitted
soc: qcom: pd-mapper: Add QCM6490 PD maps
[ Upstream commit 31a95fe ] The QCM6490 is a variant of SC7280, with the usual set of protection domains, and hence the need for a PD-mapper. In particular USB Type-C port management and battery management is pmic_glink based. Add an entry to the kernel, to avoid the need for userspace to provide this service. Signed-off-by: Bjorn Andersson <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
1 parent bb6a99d commit c617ac0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/soc/qcom/qcom_pd_mapper.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,7 @@ static const struct of_device_id qcom_pdm_domains[] __maybe_unused = {
540540
{ .compatible = "qcom,msm8996", .data = msm8996_domains, },
541541
{ .compatible = "qcom,msm8998", .data = msm8998_domains, },
542542
{ .compatible = "qcom,qcm2290", .data = qcm2290_domains, },
543+
{ .compatible = "qcom,qcm6490", .data = sc7280_domains, },
543544
{ .compatible = "qcom,qcs404", .data = qcs404_domains, },
544545
{ .compatible = "qcom,sc7180", .data = sc7180_domains, },
545546
{ .compatible = "qcom,sc7280", .data = sc7280_domains, },

0 commit comments

Comments
 (0)