linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] soc: qcom: socinfo: add sdm845 and sda845 soc ids
@ 2019-09-12  9:10 Srinivas Kandagatla
  2019-09-12 14:41 ` Bjorn Andersson
  0 siblings, 1 reply; 2+ messages in thread
From: Srinivas Kandagatla @ 2019-09-12  9:10 UTC (permalink / raw)
  To: andy.gross, bjorn.andersson
  Cc: linux-arm-msm, linux-kernel, Srinivas Kandagatla

This patch adds missing soc ids for sdm845 and sda845

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
---
 drivers/soc/qcom/socinfo.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
index 855353bed19e..8dc86a74559b 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -198,6 +198,8 @@ static const struct soc_id soc_id[] = {
 	{ 310, "MSM8996AU" },
 	{ 311, "APQ8096AU" },
 	{ 312, "APQ8096SG" },
+	{ 321, "SDM845"},
+	{ 341, "SDA845"},
 };
 
 static const char *socinfo_machine(struct device *dev, unsigned int id)
-- 
2.21.0


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

* Re: [PATCH] soc: qcom: socinfo: add sdm845 and sda845 soc ids
  2019-09-12  9:10 [PATCH] soc: qcom: socinfo: add sdm845 and sda845 soc ids Srinivas Kandagatla
@ 2019-09-12 14:41 ` Bjorn Andersson
  0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Andersson @ 2019-09-12 14:41 UTC (permalink / raw)
  To: Srinivas Kandagatla; +Cc: andy.gross, linux-arm-msm, linux-kernel

On Thu 12 Sep 02:10 PDT 2019, Srinivas Kandagatla wrote:

> This patch adds missing soc ids for sdm845 and sda845
> 
> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
> ---
>  drivers/soc/qcom/socinfo.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
> index 855353bed19e..8dc86a74559b 100644
> --- a/drivers/soc/qcom/socinfo.c
> +++ b/drivers/soc/qcom/socinfo.c
> @@ -198,6 +198,8 @@ static const struct soc_id soc_id[] = {
>  	{ 310, "MSM8996AU" },
>  	{ 311, "APQ8096AU" },
>  	{ 312, "APQ8096SG" },
> +	{ 321, "SDM845"},
> +	{ 341, "SDA845"},
>  };

Added a space before the '}' and picked this up.

Thanks,
Bjorn

>  
>  static const char *socinfo_machine(struct device *dev, unsigned int id)
> -- 
> 2.21.0
> 

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

end of thread, other threads:[~2019-09-12 14:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-12  9:10 [PATCH] soc: qcom: socinfo: add sdm845 and sda845 soc ids Srinivas Kandagatla
2019-09-12 14:41 ` Bjorn Andersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).