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 <konrad.dybcio@linaro.org> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://lore.kernel.org/r/20230830-topic-pm8550abcxyz-v1-1-3c3ef3d92d51@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent c2bfe2b commit 3b1eba1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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)