[PATCH] soc: qcom: socinfo: Add PMIC PMAU0102
From: Shawn Guo
Date: Sun Apr 19 2026 - 09:15:37 EST
Add PMAU0102 found on Nord boards to pmic_models array.
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 8ffd903ebddb..f9b3c0037bf2 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -189,6 +189,7 @@ static const char *const pmic_models[] = {
[82] = "PMC8380",
[83] = "SMB2360",
[91] = "PMIV0108",
+ [94] = "PMAU0102",
};
struct socinfo_params {
--
2.43.0