diff options
author | Konrad Dybcio <[email protected]> | 2024-05-22 13:33:43 +0200 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2024-05-26 18:57:23 -0500 |
commit | 85f5656a4f3f188cb950cf8dc88f3f0e4e656bae (patch) | |
tree | e1875d82250e71e6144e78e6d9691cf48a16f837 | |
parent | 9e7b5b4f5ec4e8f677ea17f72355ca1f1fd4e5a0 (diff) |
soc: qcom: socinfo: Update X1E PMICs
Assign the correct name to ID 82 and fix the ID of SMB2360.
Fixes: e025171d1ab1 ("soc: qcom: socinfo: Add SMB2360 PMIC")
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]>
-rw-r--r-- | drivers/soc/qcom/socinfo.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c index 277c07a6603d..41342c37916a 100644 --- a/drivers/soc/qcom/socinfo.c +++ b/drivers/soc/qcom/socinfo.c @@ -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 { |