From: Alexander Koskovich Date: Mon, 13 Apr 2026 09:37:09 +0000 (+0000) Subject: soc: qcom: socinfo: Add PMIV0102 & PMIV0104 PMICs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3990b52de516431df2b0751ace9349e96e512c0;p=thirdparty%2Fkernel%2Flinux.git soc: qcom: socinfo: Add PMIV0102 & PMIV0104 PMICs Add the PMIV0102 and PMIV0104 to the pmic_models array. Signed-off-by: Alexander Koskovich Link: https://lore.kernel.org/r/20260413-add-pmic-ids-v1-1-1f40b8773ef8@pm.me Signed-off-by: Bjorn Andersson --- diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c index ef7074930a55c..e30fd133a12b2 100644 --- a/drivers/soc/qcom/socinfo.c +++ b/drivers/soc/qcom/socinfo.c @@ -191,6 +191,8 @@ static const char *const pmic_models[] = { [86] = "PM8750B", [87] = "PMD8028", [88] = "PMC1020H", + [89] = "PMIV0104", + [90] = "PMIV0102", [91] = "PMIV0108", [92] = "PMK8850", [93] = "PMH0101",