From: Luca Weiss Date: Wed, 3 Jul 2024 07:01:03 +0000 (+0200) Subject: soc: qcom: socinfo: Add PM6350 PMIC X-Git-Tag: io_uring-6.11-20240722~97^2~6^2~7 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=6e697467c4d1f07839ad934dea322fea6a460e4e;p=linux-block.git 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 Reviewed-by: Dmitry Baryshkov Link: https://lore.kernel.org/r/20240703-socinfo-pm6350-v1-1-e12369af3ed6@fairphone.com Signed-off-by: Bjorn Andersson --- 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",