diff options
author | Luca Weiss <luca.weiss@fairphone.com> | 2024-07-03 09:01:03 +0200 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2024-07-06 12:55:32 -0500 |
commit | 6e697467c4d1f07839ad934dea322fea6a460e4e (patch) | |
tree | f786b1af2cbe6a9fe75e41bd9c9a2ed1d6854d2e | |
parent | e49380c155940cb47e291a4b3fcb7fdffee6aa4d (diff) |
soc: qcom: socinfo: Add PM6350 PMIC
Add the ID for the PM6350 PMIC found on e.g. SM7225 Fairphone 4.
Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20240703-socinfo-pm6350-v1-1-e12369af3ed6@fairphone.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
-rw-r--r-- | drivers/soc/qcom/socinfo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c index beb23e292323..d7359a235e3c 100644 --- a/drivers/soc/qcom/socinfo.c +++ b/drivers/soc/qcom/socinfo.c @@ -116,6 +116,7 @@ static const char *const pmic_models[] = { [50] = "PM8350B", [51] = "PMR735A", [52] = "PMR735B", + [54] = "PM6350", [55] = "PM4125", [58] = "PM8450", [65] = "PM8010", |