From: Shawn Guo Date: Sun, 19 Apr 2026 13:15:23 +0000 (+0800) Subject: soc: qcom: socinfo: Add PMIC PMAU0102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a92d3fdb44c2b9d2b8dc463e287030e03ea00699;p=thirdparty%2Fkernel%2Flinux.git soc: qcom: socinfo: Add PMIC PMAU0102 Add PMAU0102 found on Nord boards to pmic_models array. Signed-off-by: Shawn Guo Reviewed-by: Konrad Dybcio Link: https://lore.kernel.org/r/20260419131523.1232835-1-shengchao.guo@oss.qualcomm.com Signed-off-by: Bjorn Andersson --- diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c index e30fd133a12b2..b7d02a5c625de 100644 --- a/drivers/soc/qcom/socinfo.c +++ b/drivers/soc/qcom/socinfo.c @@ -196,6 +196,7 @@ static const char *const pmic_models[] = { [91] = "PMIV0108", [92] = "PMK8850", [93] = "PMH0101", + [94] = "PMAU0102", [95] = "SMB2370", [96] = "PMH0104", [97] = "PMH0110",