Re: [PATCH] soc: qcom: socinfo: Add SM8550-adjacent PMICs

From: Neil Armstrong
Date: Thu Aug 31 2023 - 06:08:12 EST


Hi,

On 30/08/2023 04:42, Konrad Dybcio wrote:
Many of the PMICs were missing, add some of them often coupled with
SM8550.

Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx>
---
Please somebody double-check, this was sorta reverse-engineered..
---
drivers/soc/qcom/socinfo.c | 6 ++++++
1 file changed, 6 insertions(+)

diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
index 497cfb720fcb..067d28924ca2 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -117,6 +117,12 @@ static const char *const pmic_models[] = {
[55] = "PM2250",
[58] = "PM8450",
[65] = "PM8010",
+ [69] = "PM8550VS",
+ [70] = "PM8550VE",
+ [71] = "PM8550B",
+ [72] = "PMR735D",
+ [73] = "PM8550",
+ [74] = "PMK8550",

I checked and those IDs are correct:

Reviewed-by: Neil Armstrong <neil.armstrong@xxxxxxxxxx>

};
struct socinfo_params {

---
base-commit: ae782d4e2bf53b0b642ae860794f7a39470f995a
change-id: 20230830-topic-pm8550abcxyz-73346b3ab9a6

Best regards,