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

From: Abel Vesa

Date: Mon Mar 16 2026 - 08:13:32 EST


Add the PM7550 to the pmic_models array.
It is one of the PMICs used by the Eliza MTP platform.

Signed-off-by: Abel Vesa <abel.vesa@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 41867601d250..6a1c11340fd6 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: 5c9e55fecf9365890c64f14761a80f9413a3b1d1
change-id: 20260316-qcom-socinfo-add-pm8550ba-45ed911b46d6

Best regards,
--
Abel Vesa <abel.vesa@xxxxxxxxxxxxxxxx>