All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] soc: qcom: Fix the id of SA8540P SoC
@ 2022-05-13 11:41 Parikshit Pareek
  2022-05-13 13:48 ` Eric Chanudet
  0 siblings, 1 reply; 2+ messages in thread
From: Parikshit Pareek @ 2022-05-13 11:41 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.

Signed-off-by: Parikshit Pareek <quic_ppareek@quicinc.com>
---
 drivers/soc/qcom/socinfo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
index cee579a267a6..c37d7724c7d0 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -328,7 +328,7 @@ static const struct soc_id soc_id[] = {
 	{ 455, "QRB5165" },
 	{ 457, "SM8450" },
 	{ 459, "SM7225" },
-	{ 460, "SA8540P" },
+	{ 461, "SA8540P" },
 	{ 480, "SM8450" },
 	{ 482, "SM8450" },
 	{ 487, "SC7280" },
-- 
2.17.1


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

* Re: [PATCH] soc: qcom: Fix the id of SA8540P SoC
  2022-05-13 11:41 [PATCH] soc: qcom: Fix the id of SA8540P SoC Parikshit Pareek
@ 2022-05-13 13:48 ` Eric Chanudet
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Chanudet @ 2022-05-13 13:48 UTC (permalink / raw)
  To: Parikshit Pareek
  Cc: Andy Gross, Bjorn Andersson, Sai Prakash Ranjan, Rajendra Nayak,
	Prasanna Kumar, linux-arm-msm

On Fri, May 13, 2022 at 05:11:14PM +0530, Parikshit Pareek wrote:
> Change the id of SA8540P to its correct value, i.e., 461.
> 
> Signed-off-by: Parikshit Pareek <quic_ppareek@quicinc.com>
> ---
>  drivers/soc/qcom/socinfo.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
> index cee579a267a6..c37d7724c7d0 100644
> --- a/drivers/soc/qcom/socinfo.c
> +++ b/drivers/soc/qcom/socinfo.c
> @@ -328,7 +328,7 @@ static const struct soc_id soc_id[] = {
>  	{ 455, "QRB5165" },
>  	{ 457, "SM8450" },
>  	{ 459, "SM7225" },
> -	{ 460, "SA8540P" },
> +	{ 461, "SA8540P" },
>  	{ 480, "SM8450" },
>  	{ 482, "SM8450" },
>  	{ 487, "SC7280" },
> -- 
> 2.17.1
> 
You should mention:
Fixes: 76ee15ae1b13 ("soc: qcom: socinfo: Add some more PMICs and SoCs")

With that addition:
Reviewed-by: Eric Chanudet <echanude@redhat.com>
Tested-by: Eric Chanudet <echanude@redhat.com>

-- 
Eric Chanudet


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

end of thread, other threads:[~2022-05-13 13:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-13 11:41 [PATCH] soc: qcom: Fix the id of SA8540P SoC Parikshit Pareek
2022-05-13 13:48 ` Eric Chanudet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.