Skip to content

Commit 50b749f

Browse files
kotarakeandersson
authored andcommitted
soc: qcom: spmi-pmic: add more PMIC SUBTYPE IDs
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 <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 9c4299b commit 50b749f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

drivers/soc/qcom/socinfo.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ static const char *const pmic_models[] = {
128128
[72] = "PMR735D",
129129
[73] = "PM8550",
130130
[74] = "PMK8550",
131+
[78] = "PMM8650AU",
132+
[79] = "PMM8650AU_PSAIL",
131133
[80] = "PM7550",
132134
[82] = "PMC8380",
133135
[83] = "SMB2360",

include/soc/qcom/qcom-spmi-pmic.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@
5050
#define PMR735B_SUBTYPE 0x34
5151
#define PM6350_SUBTYPE 0x36
5252
#define PM4125_SUBTYPE 0x37
53+
#define PMM8650AU_SUBTYPE 0x4e
54+
#define PMM8650AU_PSAIL_SUBTYPE 0x4f
5355

5456
#define PMI8998_FAB_ID_SMIC 0x11
5557
#define PMI8998_FAB_ID_GF 0x30

0 commit comments

Comments
 (0)