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 <luca.weiss@fairphone.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Link: https://lore.kernel.org/r/20250625-sm7635-socinfo-v1-3-be09d5c697b8@fairphone.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 95f3b09 commit 9c4299b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)