diff mbox series

soc: qcom: socinfo: Add some PMICs

Message ID 20230213215500.2131511-1-konrad.dybcio@linaro.org
State Accepted
Commit 112d96fd29272726b2a4bc59d027f76fe1e78af3
Headers show
Series soc: qcom: socinfo: Add some PMICs | expand

Commit Message

Konrad Dybcio Feb. 13, 2023, 9:55 p.m. UTC
Add some missing PMICs based on the _SUBTYPE defines in
include/soc/qcom/qcom-spmi-pmic.h

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
 drivers/soc/qcom/socinfo.c | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Bjorn Andersson March 15, 2023, 11:34 p.m. UTC | #1
On Mon, 13 Feb 2023 22:55:00 +0100, Konrad Dybcio wrote:
> Add some missing PMICs based on the _SUBTYPE defines in
> include/soc/qcom/qcom-spmi-pmic.h
> 
> 

Applied, thanks!

[1/1] soc: qcom: socinfo: Add some PMICs
      commit: 112d96fd29272726b2a4bc59d027f76fe1e78af3

Best regards,
diff mbox series

Patch

diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
index e9012ca1a87b..b9d58b6ed6b4 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -109,15 +109,20 @@  static const char *const pmic_models[] = {
 	[32] = "PM8150B",
 	[33] = "PMK8002",
 	[36] = "PM8009",
+	[37] = "PMI632",
 	[38] = "PM8150C",
+	[40] = "PM6150",
 	[41] = "SMB2351",
+	[44] = "PM8008",
 	[45] = "PM6125",
+	[46] = "PM7250B",
 	[47] = "PMK8350",
 	[48] = "PM8350",
 	[49] = "PM8350C",
 	[50] = "PM8350B",
 	[51] = "PMR735A",
 	[52] = "PMR735B",
+	[55] = "PM2250",
 	[58] = "PM8450",
 	[65] = "PM8010",
 };