drivers/soc/qcom/socinfo.c | 2 ++ include/soc/qcom/qcom-spmi-pmic.h | 2 ++ 2 files changed, 4 insertions(+)
Add the PMM8650AU and PMM8650AU_PSAIL PMIC SUBTYPE IDs and
These PMICs are used by the qcs8300 and qcs9100 platforms.
Signed-off-by: Rakesh Kota <rakesh.kota@oss.qualcomm.com>
---
drivers/soc/qcom/socinfo.c | 2 ++
include/soc/qcom/qcom-spmi-pmic.h | 2 ++
2 files changed, 4 insertions(+)
diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
index 8c4147737c35..e975b30d3ee0 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -126,6 +126,8 @@ static const char *const pmic_models[] = {
[72] = "PMR735D",
[73] = "PM8550",
[74] = "PMK8550",
+ [78] = "PMM8650AU",
+ [79] = "PMM8650AU_PSAIL",
[82] = "PMC8380",
[83] = "SMB2360",
};
diff --git a/include/soc/qcom/qcom-spmi-pmic.h b/include/soc/qcom/qcom-spmi-pmic.h
index df3d3a0af98a..2cf9e2d8cd55 100644
--- a/include/soc/qcom/qcom-spmi-pmic.h
+++ b/include/soc/qcom/qcom-spmi-pmic.h
@@ -50,6 +50,8 @@
#define PMR735B_SUBTYPE 0x34
#define PM6350_SUBTYPE 0x36
#define PM4125_SUBTYPE 0x37
+#define PMM8650AU_SUBTYPE 0x4e
+#define PMM8650AU_PSAIL_SUBTYPE 0x4f
#define PMI8998_FAB_ID_SMIC 0x11
#define PMI8998_FAB_ID_GF 0x30
--
2.34.1
On Fri, 04 Jul 2025 17:00:36 +0530, Rakesh Kota wrote: > Add the PMM8650AU and PMM8650AU_PSAIL PMIC SUBTYPE IDs and > These PMICs are used by the qcs8300 and qcs9100 platforms. > > Applied, thanks! [1/1] soc: qcom: spmi-pmic: add more PMIC SUBTYPE IDs commit: 50b749fab108c2354bb6368d95aaec82e3c99912 Best regards, -- Bjorn Andersson <andersson@kernel.org>
On 04-Jul-25 13:30, Rakesh Kota wrote: > Add the PMM8650AU and PMM8650AU_PSAIL PMIC SUBTYPE IDs and > These PMICs are used by the qcs8300 and qcs9100 platforms. > > Signed-off-by: Rakesh Kota <rakesh.kota@oss.qualcomm.com> > --- As different as the second one is, seems like this is its actual name Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Konrad
© 2016 - 2025 Red Hat, Inc.