diff mbox series

[3/3] soc: qcom: socinfo: Add SMB2360 PMIC

Message ID 20240223-x1e80100-socinfo-v1-3-be581ca60f27@linaro.org
State New
Headers show
Series soc: qcom: Add X1E80100 platform and SMB2360 PMIC | expand

Commit Message

Abel Vesa Feb. 23, 2024, 2:37 p.m. UTC
The SMB2360 PMIC is used on boards with X1E80100.

Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
---
 drivers/soc/qcom/socinfo.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
index c8e968d7a620..277c07a6603d 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -133,6 +133,7 @@  static const char *const pmic_models[] = {
 	[72] = "PMR735D",
 	[73] = "PM8550",
 	[74] = "PMK8550",
+	[82] = "SMB2360",
 };
 
 struct socinfo_params {