[PATCH] soc: qcom: socinfo: Add PM6350 PMIC

Luca Weiss posted 1 patch 1 year, 7 months ago
drivers/soc/qcom/socinfo.c | 1 +
1 file changed, 1 insertion(+)
[PATCH] soc: qcom: socinfo: Add PM6350 PMIC
Posted by Luca Weiss 1 year, 7 months ago
Add the ID for the PM6350 PMIC found on e.g. SM7225 Fairphone 4.

Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
---
 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 beb23e292323..d7359a235e3c 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -116,6 +116,7 @@ static const char *const pmic_models[] = {
 	[50] = "PM8350B",
 	[51] = "PMR735A",
 	[52] = "PMR735B",
+	[54] = "PM6350",
 	[55] = "PM4125",
 	[58] = "PM8450",
 	[65] = "PM8010",

---
base-commit: 0b58e108042b0ed28a71cd7edf5175999955b233
change-id: 20240703-socinfo-pm6350-c27cfd02cb66

Best regards,
-- 
Luca Weiss <luca.weiss@fairphone.com>
Re: [PATCH] soc: qcom: socinfo: Add PM6350 PMIC
Posted by Bjorn Andersson 1 year, 7 months ago
On Wed, 03 Jul 2024 09:01:03 +0200, Luca Weiss wrote:
> Add the ID for the PM6350 PMIC found on e.g. SM7225 Fairphone 4.
> 
> 

Applied, thanks!

[1/1] soc: qcom: socinfo: Add PM6350 PMIC
      commit: 6e697467c4d1f07839ad934dea322fea6a460e4e

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>
Re: [PATCH] soc: qcom: socinfo: Add PM6350 PMIC
Posted by Dmitry Baryshkov 1 year, 7 months ago
On Wed, Jul 03, 2024 at 09:01:03AM GMT, Luca Weiss wrote:
> Add the ID for the PM6350 PMIC found on e.g. SM7225 Fairphone 4.
> 
> Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
> ---
>  drivers/soc/qcom/socinfo.c | 1 +
>  1 file changed, 1 insertion(+)
> 

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>


-- 
With best wishes
Dmitry