[PATCH] soc: qcom: socinfo: Update X1E PMICs

Konrad Dybcio posted 1 patch 1 year, 8 months ago
drivers/soc/qcom/socinfo.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
[PATCH] soc: qcom: socinfo: Update X1E PMICs
Posted by Konrad Dybcio 1 year, 8 months ago
Assign the correct name to ID 82 and fix the ID of SMB2360.

Fixes: e025171d1ab1 ("soc: qcom: socinfo: Add SMB2360 PMIC")
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
 drivers/soc/qcom/socinfo.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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

---
base-commit: 8314289a8d50a4e05d8ece1ae0445a3b57bb4d3b
change-id: 20240522-topic-x1e_pmics_socinfo-30462d186a86

Best regards,
-- 
Konrad Dybcio <konrad.dybcio@linaro.org>
Re: [PATCH] soc: qcom: socinfo: Update X1E PMICs
Posted by Bjorn Andersson 1 year, 8 months ago
On Wed, 22 May 2024 13:33:43 +0200, Konrad Dybcio wrote:
> Assign the correct name to ID 82 and fix the ID of SMB2360.
> 
> 

Applied, thanks!

[1/1] soc: qcom: socinfo: Update X1E PMICs
      commit: 85f5656a4f3f188cb950cf8dc88f3f0e4e656bae

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>
Re: [PATCH] soc: qcom: socinfo: Update X1E PMICs
Posted by neil.armstrong@linaro.org 1 year, 8 months ago
On 22/05/2024 13:33, Konrad Dybcio wrote:
> Assign the correct name to ID 82 and fix the ID of SMB2360.
> 
> Fixes: e025171d1ab1 ("soc: qcom: socinfo: Add SMB2360 PMIC")
> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
> ---
>   drivers/soc/qcom/socinfo.c | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
> index 277c07a6603d..41342c37916a 100644
> --- a/drivers/soc/qcom/socinfo.c
> +++ b/drivers/soc/qcom/socinfo.c
> @@ -133,7 +133,8 @@ static const char *const pmic_models[] = {
>   	[72] = "PMR735D",
>   	[73] = "PM8550",
>   	[74] = "PMK8550",
> -	[82] = "SMB2360",
> +	[82] = "PMC8380",
> +	[83] = "SMB2360",
>   };
>   
>   struct socinfo_params {
> 
> ---
> base-commit: 8314289a8d50a4e05d8ece1ae0445a3b57bb4d3b
> change-id: 20240522-topic-x1e_pmics_socinfo-30462d186a86
> 
> Best regards,

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>