Skip to content

Commit 9c4299b

Browse files
lweiss-fairphoneandersson
authored andcommitted
soc: qcom: socinfo: Add PM7550 & PMIV0108 PMICs
Add the PM7550 and PMIV0108 to the pmic_models array. Signed-off-by: Luca Weiss <[email protected]> Reviewed-by: Dmitry Baryshkov <[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 95f3b09 commit 9c4299b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/soc/qcom/socinfo.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,10 @@ static const char *const pmic_models[] = {
128128
[72] = "PMR735D",
129129
[73] = "PM8550",
130130
[74] = "PMK8550",
131+
[80] = "PM7550",
131132
[82] = "PMC8380",
132133
[83] = "SMB2360",
134+
[91] = "PMIV0108",
133135
};
134136

135137
struct socinfo_params {

0 commit comments

Comments
 (0)