[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20190912144134.GA7468@tuxbook-pro>
Date: Thu, 12 Sep 2019 07:41:34 -0700
From: Bjorn Andersson <bjorn.andersson@...aro.org>
To: Srinivas Kandagatla <srinivas.kandagatla@...aro.org>
Cc: andy.gross@...aro.org, linux-arm-msm@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] soc: qcom: socinfo: add sdm845 and sda845 soc ids
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@...aro.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
>
Powered by blists - more mailing lists