soc: qcom: socinfo: Add PM8150C and SMB2351 models

Add PM8150C and SMB2351 to the list of known PMIC models.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Reviewed-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
Link: https://lore.kernel.org/r/20211005024025.2037810-1-bjorn.andersson@linaro.org
This commit is contained in:
Bjorn Andersson 2021-10-04 19:40:25 -07:00
parent 38212b2a8a
commit 87fd343c6e
1 changed files with 2 additions and 0 deletions

View File

@ -102,6 +102,8 @@ static const char *const pmic_models[] = {
[32] = "PM8150B",
[33] = "PMK8002",
[36] = "PM8009",
[38] = "PM8150C",
[41] = "SMB2351",
};
#endif /* CONFIG_DEBUG_FS */