From: Konrad Dybcio Date: Sat, 23 Jul 2022 10:02:25 +0000 (+0200) Subject: soc: qcom: socinfo: Add PM6125 ID X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5257841aaa8c6c39df7cfac30d72783a1c57563a;p=linux.git soc: qcom: socinfo: Add PM6125 ID PM6125 has the ID 45. Add it. Signed-off-by: Konrad Dybcio Signed-off-by: Bjorn Andersson Link: https://lore.kernel.org/r/20220723100225.92053-2-konrad.dybcio@somainline.org --- diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c index fdaa56d3b79a3..aa37e1bad095c 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",