Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH v4] soc: qcom: Fix the id of SA8540P SoC
@ 2022-07-11  8:39 Parikshit Pareek
  2022-07-16 15:09 ` Bjorn Andersson
  2022-07-16 15:19 ` (subset) " Bjorn Andersson
  0 siblings, 2 replies; 3+ messages in thread
From: Parikshit Pareek @ 2022-07-11  8:39 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson
  Cc: Sai Prakash Ranjan, Rajendra Nayak, Prasanna Kumar, linux-arm-msm,
	Parikshit Pareek

Change the id of SA8540P to its correct value, i.e., 461.
Also, map the id 460 to its correct values, i.e. SA8295P.

Fixes: 76ee15ae1b13 ("soc: qcom: socinfo: Add some more PMICs and SoCs")
Signed-off-by: Parikshit Pareek <quic_ppareek@quicinc.com>
Reviewed-by: Eric Chanudet <echanude@redhat.com>
Tested-by: Eric Chanudet <echanude@redhat.com>
---
 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 c2c879ccc6c0..4554fb8655d3 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -328,7 +328,8 @@ static const struct soc_id soc_id[] = {
 	{ 455, "QRB5165" },
 	{ 457, "SM8450" },
 	{ 459, "SM7225" },
-	{ 460, "SA8540P" },
+	{ 460, "SA8295P" },
+	{ 461, "SA8540P" },
 	{ 480, "SM8450" },
 	{ 482, "SM8450" },
 	{ 487, "SC7280" },
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v4] soc: qcom: Fix the id of SA8540P SoC
  2022-07-11  8:39 [PATCH v4] soc: qcom: Fix the id of SA8540P SoC Parikshit Pareek
@ 2022-07-16 15:09 ` Bjorn Andersson
  2022-07-16 15:19 ` (subset) " Bjorn Andersson
  1 sibling, 0 replies; 3+ messages in thread
From: Bjorn Andersson @ 2022-07-16 15:09 UTC (permalink / raw)
  To: Parikshit Pareek
  Cc: Andy Gross, Sai Prakash Ranjan, Rajendra Nayak, Prasanna Kumar,
	linux-arm-msm

On Mon 11 Jul 03:39 CDT 2022, Parikshit Pareek wrote:

> Change the id of SA8540P to its correct value, i.e., 461.
> Also, map the id 460 to its correct values, i.e. SA8295P.
> 
> Fixes: 76ee15ae1b13 ("soc: qcom: socinfo: Add some more PMICs and SoCs")
> Signed-off-by: Parikshit Pareek <quic_ppareek@quicinc.com>
> Reviewed-by: Eric Chanudet <echanude@redhat.com>
> Tested-by: Eric Chanudet <echanude@redhat.com>

Thanks for the fix and welcome to the upstream kernel!

I added "socinfo:" to the subject prefix and applied the change.

Regards,
Bjorn

> ---
>  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 c2c879ccc6c0..4554fb8655d3 100644
> --- a/drivers/soc/qcom/socinfo.c
> +++ b/drivers/soc/qcom/socinfo.c
> @@ -328,7 +328,8 @@ static const struct soc_id soc_id[] = {
>  	{ 455, "QRB5165" },
>  	{ 457, "SM8450" },
>  	{ 459, "SM7225" },
> -	{ 460, "SA8540P" },
> +	{ 460, "SA8295P" },
> +	{ 461, "SA8540P" },
>  	{ 480, "SM8450" },
>  	{ 482, "SM8450" },
>  	{ 487, "SC7280" },
> -- 
> 2.17.1
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: (subset) [PATCH v4] soc: qcom: Fix the id of SA8540P SoC
  2022-07-11  8:39 [PATCH v4] soc: qcom: Fix the id of SA8540P SoC Parikshit Pareek
  2022-07-16 15:09 ` Bjorn Andersson
@ 2022-07-16 15:19 ` Bjorn Andersson
  1 sibling, 0 replies; 3+ messages in thread
From: Bjorn Andersson @ 2022-07-16 15:19 UTC (permalink / raw)
  To: Parikshit Pareek, Andy Gross
  Cc: Rajendra Nayak, Sai Prakash Ranjan, Prasanna Kumar, linux-arm-msm

On Mon, 11 Jul 2022 14:09:57 +0530, Parikshit Pareek wrote:
> Change the id of SA8540P to its correct value, i.e., 461.
> Also, map the id 460 to its correct values, i.e. SA8295P.
> 
> 

Applied, thanks!

[1/1] soc: qcom: Fix the id of SA8540P SoC
      commit: 5bed21af0005cc7d8bb05d2c4a63afbcede23382

Best regards,
-- 
Bjorn Andersson <bjorn.andersson@linaro.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-07-16 15:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-11  8:39 [PATCH v4] soc: qcom: Fix the id of SA8540P SoC Parikshit Pareek
2022-07-16 15:09 ` Bjorn Andersson
2022-07-16 15:19 ` (subset) " Bjorn Andersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox