diff options
author | Konrad Dybcio <[email protected]> | 2023-08-30 04:42:43 +0200 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-09-13 12:22:45 -0700 |
commit | 3b1eba1882b74c0e9b9f158ee027e309b1df4782 (patch) | |
tree | d59fe0076b5eebac7337c96b1e3b95b75a9cd620 | |
parent | c2bfe2b7a921906858006d72fd822f6121f6649f (diff) |
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 <[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 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c index 1f433a941c50..a5a52e1b6dfc 100644 --- a/drivers/soc/qcom/socinfo.c +++ b/drivers/soc/qcom/socinfo.c @@ -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 { |