[PATCH 3/3] soc: qcom: socinfo: Add SMB2360 PMIC

Abel Vesa posted 3 patches 1 year, 11 months ago
[PATCH 3/3] soc: qcom: socinfo: Add SMB2360 PMIC
Posted by Abel Vesa 1 year, 11 months ago
The SMB2360 PMIC is used on boards with X1E80100.

Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
---
 drivers/soc/qcom/socinfo.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
index c8e968d7a620..277c07a6603d 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -133,6 +133,7 @@ static const char *const pmic_models[] = {
 	[72] = "PMR735D",
 	[73] = "PM8550",
 	[74] = "PMK8550",
+	[82] = "SMB2360",
 };
 
 struct socinfo_params {

-- 
2.34.1
Re: [PATCH 3/3] soc: qcom: socinfo: Add SMB2360 PMIC
Posted by Konrad Dybcio 1 year, 11 months ago
On 23.02.2024 15:37, Abel Vesa wrote:
> The SMB2360 PMIC is used on boards with X1E80100.
> 
> Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
> ---

Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>

Konrad