diff options
author | Konrad Dybcio <[email protected]> | 2022-07-23 12:02:25 +0200 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2022-08-18 14:13:46 -0500 |
commit | 5257841aaa8c6c39df7cfac30d72783a1c57563a (patch) | |
tree | 83928ae4716f60efdf9f1464d9eb960ab2ade643 | |
parent | fd40048901d20b81ab84fb151b16f82afca57d56 (diff) |
soc: qcom: socinfo: Add PM6125 ID
PM6125 has the ID 45. Add it.
Signed-off-by: Konrad Dybcio <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | drivers/soc/qcom/socinfo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c index fdaa56d3b79a..aa37e1bad095 100644 --- a/drivers/soc/qcom/socinfo.c +++ b/drivers/soc/qcom/socinfo.c @@ -104,6 +104,7 @@ static const char *const pmic_models[] = { [36] = "PM8009", [38] = "PM8150C", [41] = "SMB2351", + [45] = "PM6125", [47] = "PMK8350", [48] = "PM8350", [49] = "PM8350C", |