[PATCH] soc: qcom: socinfo: Add PMIV0102 & PMIV0104 PMICs

Alexander Koskovich posted 1 patch 2 months ago
drivers/soc/qcom/socinfo.c | 2 ++
1 file changed, 2 insertions(+)
[PATCH] soc: qcom: socinfo: Add PMIV0102 & PMIV0104 PMICs
Posted by Alexander Koskovich 2 months ago
Add the PMIV0102 and PMIV0104 to the pmic_models array.

Signed-off-by: Alexander Koskovich <akoskovich@pm.me>
---
 drivers/soc/qcom/socinfo.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
index 003a2304d535..3173a9d8275d 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -187,6 +187,8 @@ static const char *const pmic_models[] = {
 	[80] = "PM7550",
 	[82] = "PMC8380",
 	[83] = "SMB2360",
+	[89] = "PMIV0104",
+	[90] = "PMIV0102",
 	[91] = "PMIV0108",
 };
 

---
base-commit: 028ef9c96e96197026887c0f092424679298aae8
change-id: 20260413-add-pmic-ids-7f8364ba62cd

Best regards,
-- 
Alexander Koskovich <akoskovich@pm.me>
Re: [PATCH] soc: qcom: socinfo: Add PMIV0102 & PMIV0104 PMICs
Posted by Bjorn Andersson 3 weeks, 3 days ago
On Mon, 13 Apr 2026 09:37:09 +0000, Alexander Koskovich wrote:
> Add the PMIV0102 and PMIV0104 to the pmic_models array.
> 
> 

Applied, thanks!

[1/1] soc: qcom: socinfo: Add PMIV0102 & PMIV0104 PMICs
      commit: b3990b52de516431df2b0751ace9349e96e512c0

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>