Skip to content

Commit 3b1eba1

Browse files
konradybcioandersson
authored andcommitted
soc: qcom: socinfo: Add SM8550-adjacent PMICs
Many of the PMICs were missing, add some of them often coupled with SM8550. Signed-off-by: Konrad Dybcio <[email protected]> Reviewed-by: Neil Armstrong <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent c2bfe2b commit 3b1eba1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

drivers/soc/qcom/socinfo.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,12 @@ static const char *const pmic_models[] = {
117117
[55] = "PM2250",
118118
[58] = "PM8450",
119119
[65] = "PM8010",
120+
[69] = "PM8550VS",
121+
[70] = "PM8550VE",
122+
[71] = "PM8550B",
123+
[72] = "PMR735D",
124+
[73] = "PM8550",
125+
[74] = "PMK8550",
120126
};
121127

122128
struct socinfo_params {

0 commit comments

Comments
 (0)