Commit 3b1eba18 authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson
Browse files

soc: qcom: socinfo: Add SM8550-adjacent PMICs



Many of the PMICs were missing, add some of them often coupled with
SM8550.

Signed-off-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Reviewed-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20230830-topic-pm8550abcxyz-v1-1-3c3ef3d92d51@linaro.org


Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent c2bfe2b7
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -117,6 +117,12 @@ static const char *const pmic_models[] = {
	[55] = "PM2250",
	[58] = "PM8450",
	[65] = "PM8010",
	[69] = "PM8550VS",
	[70] = "PM8550VE",
	[71] = "PM8550B",
	[72] = "PMR735D",
	[73] = "PM8550",
	[74] = "PMK8550",
};

struct socinfo_params {