[PATCH v2] soc: qcom: socinfo: Add PM7550BA PMIC
From: Abel Vesa
Date: Wed Mar 18 2026 - 13:31:11 EST
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@xxxxxxxxxxxxxxxx>
Signed-off-by: Abel Vesa <abel.vesa@xxxxxxxxxxxxxxxx>
---
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@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 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@xxxxxxxxxxxxxxxx>