All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] soc: qcom: socinfo: add SC7280 entry to soc_id array
@ 2022-03-21 23:15 Douglas Anderson
  2022-03-22  0:56 ` Stephen Boyd
  2022-03-22  4:03 ` Sai Prakash Ranjan
  0 siblings, 2 replies; 3+ messages in thread
From: Douglas Anderson @ 2022-03-21 23:15 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: Sai Prakash Ranjan, Matthias Kaehlcke, Stephen Boyd,
	Douglas Anderson, Andy Gross, linux-arm-msm, linux-kernel

Add an entry for SC7280 SoC.

Signed-off-by: Douglas Anderson <dianders@chromium.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 8b38d134720a..dbdbad5db3e5 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -330,6 +330,7 @@ static const struct soc_id soc_id[] = {
 	{ 459, "SM7225" },
 	{ 460, "SA8540P" },
 	{ 480, "SM8450" },
+	{ 487, "SC7280" },
 };
 
 static const char *socinfo_machine(struct device *dev, unsigned int id)
-- 
2.35.1.894.gb6a874cedc-goog


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

* Re: [PATCH] soc: qcom: socinfo: add SC7280 entry to soc_id array
  2022-03-21 23:15 [PATCH] soc: qcom: socinfo: add SC7280 entry to soc_id array Douglas Anderson
@ 2022-03-22  0:56 ` Stephen Boyd
  2022-03-22  4:03 ` Sai Prakash Ranjan
  1 sibling, 0 replies; 3+ messages in thread
From: Stephen Boyd @ 2022-03-22  0:56 UTC (permalink / raw)
  To: Bjorn Andersson, Douglas Anderson
  Cc: Sai Prakash Ranjan, Matthias Kaehlcke, Andy Gross, linux-arm-msm,
	linux-kernel

Quoting Douglas Anderson (2022-03-21 16:15:55)
> Add an entry for SC7280 SoC.
>
> Signed-off-by: Douglas Anderson <dianders@chromium.org>
> ---

Reviewed-by: Stephen Boyd <swboyd@chromium.org>

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

* Re: [PATCH] soc: qcom: socinfo: add SC7280 entry to soc_id array
  2022-03-21 23:15 [PATCH] soc: qcom: socinfo: add SC7280 entry to soc_id array Douglas Anderson
  2022-03-22  0:56 ` Stephen Boyd
@ 2022-03-22  4:03 ` Sai Prakash Ranjan
  1 sibling, 0 replies; 3+ messages in thread
From: Sai Prakash Ranjan @ 2022-03-22  4:03 UTC (permalink / raw)
  To: Douglas Anderson, Bjorn Andersson
  Cc: Sai Prakash Ranjan, Matthias Kaehlcke, Stephen Boyd, Andy Gross,
	linux-arm-msm, linux-kernel

On 3/22/2022 4:45 AM, Douglas Anderson wrote:
> Add an entry for SC7280 SoC.
>
> Signed-off-by: Douglas Anderson <dianders@chromium.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 8b38d134720a..dbdbad5db3e5 100644
> --- a/drivers/soc/qcom/socinfo.c
> +++ b/drivers/soc/qcom/socinfo.c
> @@ -330,6 +330,7 @@ static const struct soc_id soc_id[] = {
>   	{ 459, "SM7225" },
>   	{ 460, "SA8540P" },
>   	{ 480, "SM8450" },
> +	{ 487, "SC7280" },
>   };
>   
>   static const char *socinfo_machine(struct device *dev, unsigned int id)

Matches chipinfo document,

Reviewed-by: Sai Prakash Ranjan <quic_saipraka@quicinc.com>


Thanks,
Sai

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

end of thread, other threads:[~2022-03-22  4:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-21 23:15 [PATCH] soc: qcom: socinfo: add SC7280 entry to soc_id array Douglas Anderson
2022-03-22  0:56 ` Stephen Boyd
2022-03-22  4:03 ` Sai Prakash Ranjan

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.