From e225c13b15bdc91b7ebb6d8b4474e455dddfe467 Mon Sep 17 00:00:00 2001 From: Konrad Dybcio Date: Fri, 10 Apr 2026 12:05:13 +0200 Subject: [PATCH] soc: qcom: socinfo: Add PMICs that ship with Glymur Add the missing REVID_PERPH_SUBTYPE<->name mappings for PMICs that ship with Glymur. Signed-off-by: Konrad Dybcio Link: https://lore.kernel.org/r/20260410-topic-glymur_pmics-v1-1-26bdbb577000@oss.qualcomm.com [bjorn: Dropped 92,93,96,97,98 as these have already been applied] Signed-off-by: Bjorn Andersson --- drivers/soc/qcom/socinfo.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c index 21e1bc5ca3f7..ef7074930a55 100644 --- a/drivers/soc/qcom/socinfo.c +++ b/drivers/soc/qcom/socinfo.c @@ -190,6 +190,7 @@ static const char *const pmic_models[] = { [83] = "SMB2360", [86] = "PM8750B", [87] = "PMD8028", + [88] = "PMC1020H", [91] = "PMIV0108", [92] = "PMK8850", [93] = "PMH0101",