diff mbox series

[2/3] soc: qcom: socinfo: add several PMIC IDs

Message ID 20201222130448.4125297-2-dmitry.baryshkov@linaro.org
State New
Headers show
Series [1/3] soc: qcom: socinfo: add qrb5165 SoC ID | expand

Commit Message

Dmitry Baryshkov Dec. 22, 2020, 1:04 p.m. UTC
Add several PMIC IDs found on Qualcomm RB5 platform.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>

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

-- 
2.29.2
diff mbox series

Patch

diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
index cbd59937aac5..7229c3c04083 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -83,6 +83,11 @@  static const char *const pmic_models[] = {
 	[23] = "PM8038",
 	[24] = "PM8922",
 	[25] = "PM8917",
+	[30] = "PM8150",
+	[31] = "PM8150L",
+	[32] = "PM8150B",
+	[33] = "PMK8002",
+	[36] = "PM8009",
 };
 #endif /* CONFIG_DEBUG_FS */