diff options
author | Konrad Dybcio <konrad.dybcio@linaro.org> | 2023-02-14 00:55:00 +0300 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2023-03-14 02:54:40 +0300 |
commit | 112d96fd29272726b2a4bc59d027f76fe1e78af3 (patch) | |
tree | 4bdd47395dcacdc988035cb369b2bd0b83471ca2 /drivers/soc/qcom/socinfo.c | |
parent | 7fa9c5fc1a753ac593904ebe9c4e8628a4240096 (diff) | |
download | linux-112d96fd29272726b2a4bc59d027f76fe1e78af3.tar.xz |
soc: qcom: socinfo: Add some PMICs
Add some missing PMICs based on the _SUBTYPE defines in
include/soc/qcom/qcom-spmi-pmic.h
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230213215500.2131511-1-konrad.dybcio@linaro.org
Diffstat (limited to 'drivers/soc/qcom/socinfo.c')
-rw-r--r-- | drivers/soc/qcom/socinfo.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c index 6929bef72514..89081ec34dba 100644 --- a/drivers/soc/qcom/socinfo.c +++ b/drivers/soc/qcom/socinfo.c @@ -109,15 +109,20 @@ static const char *const pmic_models[] = { [32] = "PM8150B", [33] = "PMK8002", [36] = "PM8009", + [37] = "PMI632", [38] = "PM8150C", + [40] = "PM6150", [41] = "SMB2351", + [44] = "PM8008", [45] = "PM6125", + [46] = "PM7250B", [47] = "PMK8350", [48] = "PM8350", [49] = "PM8350C", [50] = "PM8350B", [51] = "PMR735A", [52] = "PMR735B", + [55] = "PM2250", [58] = "PM8450", [65] = "PM8010", }; |