From: Luca Weiss Date: Wed, 25 Jun 2025 09:11:46 +0000 (+0200) Subject: soc: qcom: socinfo: Add PM7550 & PMIV0108 PMICs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c4299b2361892a2eb8ab4ac63d07b97acd8a1ab;p=thirdparty%2Fkernel%2Fstable.git soc: qcom: socinfo: Add PM7550 & PMIV0108 PMICs Add the PM7550 and PMIV0108 to the pmic_models array. Signed-off-by: Luca Weiss Reviewed-by: Dmitry Baryshkov Reviewed-by: Konrad Dybcio Link: https://lore.kernel.org/r/20250625-sm7635-socinfo-v1-3-be09d5c697b8@fairphone.com Signed-off-by: Bjorn Andersson --- diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c index b34db3403932..e73644058ddd 100644 --- a/drivers/soc/qcom/socinfo.c +++ b/drivers/soc/qcom/socinfo.c @@ -128,8 +128,10 @@ static const char *const pmic_models[] = { [72] = "PMR735D", [73] = "PM8550", [74] = "PMK8550", + [80] = "PM7550", [82] = "PMC8380", [83] = "SMB2360", + [91] = "PMIV0108", }; struct socinfo_params {