[PATCH] soc: qcom: socinfo: Add PMIC PMAU0102

Shawn Guo posted 1 patch 1 month, 3 weeks ago
drivers/soc/qcom/socinfo.c | 1 +
1 file changed, 1 insertion(+)
[PATCH] soc: qcom: socinfo: Add PMIC PMAU0102
Posted by Shawn Guo 1 month, 3 weeks ago
Add PMAU0102 found on Nord boards to pmic_models array.

Signed-off-by: Shawn Guo <shengchao.guo@oss.qualcomm.com>
---
 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
Re: [PATCH] soc: qcom: socinfo: Add PMIC PMAU0102
Posted by Bjorn Andersson 3 weeks, 4 days ago
On Sun, 19 Apr 2026 21:15:23 +0800, Shawn Guo wrote:
> Add PMAU0102 found on Nord boards to pmic_models array.
> 
> 

Applied, thanks!

[1/1] soc: qcom: socinfo: Add PMIC PMAU0102
      commit: a92d3fdb44c2b9d2b8dc463e287030e03ea00699

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>
Re: [PATCH] soc: qcom: socinfo: Add PMIC PMAU0102
Posted by Shawn Guo 4 weeks ago
On Sun, Apr 19, 2026 at 09:15:23PM +0800, Shawn Guo wrote:
> Add PMAU0102 found on Nord boards to pmic_models array.
> 
> Signed-off-by: Shawn Guo <shengchao.guo@oss.qualcomm.com>

Bjorn,

FYI. I'm including this change into Nord DTS series.

Shawn
Re: [PATCH] soc: qcom: socinfo: Add PMIC PMAU0102
Posted by Konrad Dybcio 1 month, 3 weeks ago
On 4/19/26 3:15 PM, Shawn Guo wrote:
> Add PMAU0102 found on Nord boards to pmic_models array.
> 
> Signed-off-by: Shawn Guo <shengchao.guo@oss.qualcomm.com>
> ---

Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>

Konrad