Skip to content

Commit

Permalink
soc: qcom: socinfo: Add PM8937 Power IC
Browse files Browse the repository at this point in the history
The PM8917 and PM8937 uses the same SUBTYPE ID.

The PM8937 is found in boards with MSM8917, MSM8937 and MSM8940
and APQ variants.

Signed-off-by: Dang Huynh <danct12@riseup.net>
Link: https://lore.kernel.org/r/20231121-pm8937-v2-4-b0171ab62075@riseup.net
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
  • Loading branch information
Danct12 authored and andersson committed Dec 7, 2023
1 parent b3cf69a commit d50b5cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/soc/qcom/socinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ static const char *const pmic_models[] = {
[22] = "PM8821",
[23] = "PM8038",
[24] = "PM8005/PM8922",
[25] = "PM8917",
[25] = "PM8917/PM8937",
[26] = "PM660L",
[27] = "PM660",
[30] = "PM8150",
Expand Down

0 comments on commit d50b5cb

Please sign in to comment.