Commit 85f5656a authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson

soc: qcom: socinfo: Update X1E PMICs

Assign the correct name to ID 82 and fix the ID of SMB2360.

Fixes: e025171d ("soc: qcom: socinfo: Add SMB2360 PMIC")
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/20240522-topic-x1e_pmics_socinfo-v1-1-da8a097e5134@linaro.orgSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 9e7b5b4f
......@@ -133,7 +133,8 @@ static const char *const pmic_models[] = {
[72] = "PMR735D",
[73] = "PM8550",
[74] = "PMK8550",
[82] = "SMB2360",
[82] = "PMC8380",
[83] = "SMB2360",
};
struct socinfo_params {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment