VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   34 Branches   58 Tags
author: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> 2020-12-22 16:04:47 +0300 committer: Bjorn Andersson <bjorn.andersson@linaro.org> 2021-01-15 08:47:48 -0600 commit: 4305324208d8da4b4ce0efb20af9745effda3a2e parent: 0c0d0e56e08ca3ae5f4a8922b6575bdf48b79974
Commit Summary:
soc: qcom: socinfo: add several PMIC IDs
Diffstat:
1 file changed, 5 insertions, 0 deletions
diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
index d4b0d6539df4..5536f1dd1d07 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 */