[PATCH v2 3/8] soc: qcom: socinfo: Add PMIC PMAU0102

From: Shawn Guo

Date: Tue May 19 2026 - 02:47:02 EST


Add PMAU0102 found on Nord boards to pmic_models array.

Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
Signed-off-by: Shawn Guo <shengchao.guo@xxxxxxxxxxxxxxxx>
---
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 5c8bd29dfac4..ef29d4ad3c7d 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -194,6 +194,7 @@ static const char *const pmic_models[] = {
[91] = "PMIV0108",
[92] = "PMK8850",
[93] = "PMH0101",
+ [94] = "PMAU0102",
[95] = "SMB2370",
[96] = "PMH0104",
[97] = "PMH0110",
--
2.43.0