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

Abel Vesa posted 1 patch 3 weeks ago
There is a newer version of this series
drivers/soc/qcom/socinfo.c | 1 +
1 file changed, 1 insertion(+)
[PATCH] soc: qcom: socinfo: Add PM7550BA PMIC
Posted by Abel Vesa 3 weeks ago
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@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 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@oss.qualcomm.com>
Re: [PATCH] soc: qcom: socinfo: Add PM7550BA PMIC
Posted by Konrad Dybcio 3 weeks ago
On 3/16/26 1:09 PM, Abel Vesa wrote:
> 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@oss.qualcomm.com>
> ---

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

Konrad