[PATCH v2] soc: qcom: socinfo: Add PM7550BA PMIC

Abel Vesa posted 1 patch 2 weeks, 4 days ago
drivers/soc/qcom/socinfo.c | 1 +
1 file changed, 1 insertion(+)
[PATCH v2] soc: qcom: socinfo: Add PM7550BA PMIC
Posted by Abel Vesa 2 weeks, 4 days ago
Add the PM7550BA to the pmic_models array.
It is one of the PMICs used by the Eliza MTP platform.

Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
---
Changes in v2:
- Rebased on next-20260317.
- Fixed typo in commit message. PM7750BA instead of PM7750.
- Picked up Konrad's R-b tag.
- Link to v1: https://patch.msgid.link/20260316-qcom-socinfo-add-pm8550ba-v1-1-d75fda3553df@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 c7298e8f716e..802bf289626f 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -182,6 +182,7 @@ static const char *const pmic_models[] = {
 	[72] = "PMR735D",
 	[73] = "PM8550",
 	[74] = "PMK8550",
+	[76] = "PM7550BA",
 	[78] = "PMM8650AU",
 	[79] = "PMM8650AU_PSAIL",
 	[80] = "PM7550",

---
base-commit: 8e5a478b6d6a5bb0a3d52147862b15e4d826af19
change-id: 20260316-qcom-socinfo-add-pm8550ba-45ed911b46d6

Best regards,
--  
Abel Vesa <abel.vesa@oss.qualcomm.com>
Re: [PATCH v2] soc: qcom: socinfo: Add PM7550BA PMIC
Posted by Bjorn Andersson 2 weeks, 4 days ago
On Wed, 18 Mar 2026 19:25:06 +0200, Abel Vesa wrote:
> Add the PM7550BA to the pmic_models array.
> It is one of the PMICs used by the Eliza MTP platform.
> 
> 

Applied, thanks!

[1/1] soc: qcom: socinfo: Add PM7550BA PMIC
      commit: 47b8c61eab8f25b16b5aae90f3991abc6d56d712

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