diff mbox series

soc: qcom: socinfo: Add PM8150C and SMB2351 models

Message ID 20211005024025.2037810-1-bjorn.andersson@linaro.org
State Accepted
Commit 87fd343c6e398e3a1d3368a4a8c9833dce0894ff
Headers show
Series soc: qcom: socinfo: Add PM8150C and SMB2351 models | expand

Commit Message

Bjorn Andersson Oct. 5, 2021, 2:40 a.m. UTC
Add PM8150C and SMB2351 to the list of known PMIC models.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>

---
 drivers/soc/qcom/socinfo.c | 2 ++
 1 file changed, 2 insertions(+)

-- 
2.29.2
diff mbox series

Patch

diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
index 47e9ed03882a..bd80db3181df 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -102,6 +102,8 @@  static const char *const pmic_models[] = {
 	[32] = "PM8150B",
 	[33] = "PMK8002",
 	[36] = "PM8009",
+	[38] = "PM8150C",
+	[41] = "SMB2351",
 };
 #endif /* CONFIG_DEBUG_FS */