From: Dmitry Baryshkov Date: Tue, 22 Dec 2020 13:04:47 +0000 (+0300) Subject: soc: qcom: socinfo: add several PMIC IDs X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=4305324208d8da4b4ce0efb20af9745effda3a2e;p=uclinux-h8%2Flinux.git soc: qcom: socinfo: add several PMIC IDs Add several PMIC IDs found on Qualcomm RB5 platform. Signed-off-by: Dmitry Baryshkov Link: https://lore.kernel.org/r/20201222130448.4125297-2-dmitry.baryshkov@linaro.org Signed-off-by: Bjorn Andersson --- 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 */