diff mbox series

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

Message ID 20200813080345.1.I85bb28f9ea3fa3bf797ecaf0a5218ced4cfaa6e2@changeid (mailing list archive)
State New, archived
Headers show
Series soc: qcom: socinfo: add SC7180 entry to soc_id array | expand

Commit Message

Doug Anderson Aug. 13, 2020, 3:03 p.m. UTC
Add an entry for SC7180 SoC.

Signed-off-by: Douglas Anderson <dianders@chromium.org>
---

 drivers/soc/qcom/socinfo.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Stephen Boyd Aug. 13, 2020, 5:30 p.m. UTC | #1
Quoting Douglas Anderson (2020-08-13 08:03:52)
> Add an entry for SC7180 SoC.
> 
> Signed-off-by: Douglas Anderson <dianders@chromium.org>
> ---

Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Sai Prakash Ranjan Aug. 14, 2020, 5:07 a.m. UTC | #2
On 2020-08-13 20:33, Douglas Anderson wrote:
> Add an entry for SC7180 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 e19102f46302..e56eea29615c 100644
> --- a/drivers/soc/qcom/socinfo.c
> +++ b/drivers/soc/qcom/socinfo.c
> @@ -223,6 +223,7 @@ static const struct soc_id soc_id[] = {
>  	{ 321, "SDM845" },
>  	{ 341, "SDA845" },
>  	{ 356, "SM8250" },
> +	{ 425, "SC7180" },
>  };
> 
>  static const char *socinfo_machine(struct device *dev, unsigned int 
> id)

 From the chipinfo document that I have at hand, this is correct soc id 
for SC7180, so

Reviewed-by: Sai Prakash Ranjan <saiprakash.ranjan@codeaurora.org>


Thanks,
Sai
Doug Anderson Sept. 14, 2020, 8:17 p.m. UTC | #3
Hi Bjorn,

On Thu, Aug 13, 2020 at 8:04 AM Douglas Anderson <dianders@chromium.org> wrote:
>
> Add an entry for SC7180 SoC.
>
> Signed-off-by: Douglas Anderson <dianders@chromium.org>
> ---
>
>  drivers/soc/qcom/socinfo.c | 1 +
>  1 file changed, 1 insertion(+)

Any status update on this patch?  It's tiny but it'd be nice to get
landed!  :-)  Thanks!

-Doug
diff mbox series

Patch

diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
index e19102f46302..e56eea29615c 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -223,6 +223,7 @@  static const struct soc_id soc_id[] = {
 	{ 321, "SDM845" },
 	{ 341, "SDA845" },
 	{ 356, "SM8250" },
+	{ 425, "SC7180" },
 };
 
 static const char *socinfo_machine(struct device *dev, unsigned int id)