diff mbox series

soc: qcom: socinfo: add SC7280 entry to soc_id array

Message ID 20220321161546.1.Ifc4270fbe9bad536f08a47696e00cca5a0714abd@changeid (mailing list archive)
State Accepted
Headers show
Series soc: qcom: socinfo: add SC7280 entry to soc_id array | expand

Commit Message

Doug Anderson March 21, 2022, 11:15 p.m. UTC
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(+)

Comments

Stephen Boyd March 22, 2022, 12:56 a.m. UTC | #1
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>
Sai Prakash Ranjan March 22, 2022, 4:03 a.m. UTC | #2
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
diff mbox series

Patch

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)