From: Abel Vesa Date: Wed, 18 Mar 2026 17:25:06 +0000 (+0200) Subject: soc: qcom: socinfo: Add PM7550BA PMIC X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=47b8c61eab8f25b16b5aae90f3991abc6d56d712;p=thirdparty%2Flinux.git soc: qcom: socinfo: Add PM7550BA PMIC Add the PM7550BA to the pmic_models array. It is one of the PMICs used by the Eliza MTP platform. Reviewed-by: Konrad Dybcio Signed-off-by: Abel Vesa Link: https://lore.kernel.org/r/20260318-qcom-socinfo-add-pm8550ba-v2-1-2f9171af0465@oss.qualcomm.com Signed-off-by: Bjorn Andersson --- diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c index c7298e8f716e1..802bf289626f3 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",