diff mbox series

[v2] soc: qcom: socinfo: add msm8936/39 and apq8036/39 soc ids

Message ID 20200511212733.214464-1-konradybcio@gmail.com (mailing list archive)
State Accepted
Commit 8f09210d89e7a6feb07699b4e73a7c34f39554e4
Headers show
Series [v2] soc: qcom: socinfo: add msm8936/39 and apq8036/39 soc ids | expand

Commit Message

Konrad Dybcio May 11, 2020, 9:27 p.m. UTC
From: Vincent Knecht <vincent.knecht@mailoo.org>

This patch adds missing SoC IDs for MSM8936/39 and
their APQ variants.

Signed-off-by: Vincent Knecht <vincent.knecht@mailoo.org>
Signed-off-by: Konrad Dybcio <konradybcio@gmail.com>
---
Changes since v1:
	- Add a proper commit log
	- Add a missing sign-off
 drivers/soc/qcom/socinfo.c | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Bjorn Andersson May 12, 2020, 12:33 a.m. UTC | #1
On Mon 11 May 14:27 PDT 2020, Konrad Dybcio wrote:

> From: Vincent Knecht <vincent.knecht@mailoo.org>
> 
> This patch adds missing SoC IDs for MSM8936/39 and
> their APQ variants.
> 
> Signed-off-by: Vincent Knecht <vincent.knecht@mailoo.org>
> Signed-off-by: Konrad Dybcio <konradybcio@gmail.com>

Applied, thank you.

> ---
> Changes since v1:
> 	- Add a proper commit log
> 	- Add a missing sign-off
>  drivers/soc/qcom/socinfo.c | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
> index ebb49aee179bb..14831ed392e28 100644
> --- a/drivers/soc/qcom/socinfo.c
> +++ b/drivers/soc/qcom/socinfo.c
> @@ -188,6 +188,10 @@ static const struct soc_id soc_id[] = {
>  	{ 216, "MSM8674PRO" },
>  	{ 217, "MSM8974-AA" },
>  	{ 218, "MSM8974-AB" },
> +	{ 233, "MSM8936" },
> +	{ 239, "MSM8939" },
> +	{ 240, "APQ8036" },
> +	{ 241, "APQ8039" },
>  	{ 246, "MSM8996" },
>  	{ 247, "APQ8016" },
>  	{ 248, "MSM8216" },
> -- 
> 2.26.2
>
diff mbox series

Patch

diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
index ebb49aee179bb..14831ed392e28 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -188,6 +188,10 @@  static const struct soc_id soc_id[] = {
 	{ 216, "MSM8674PRO" },
 	{ 217, "MSM8974-AA" },
 	{ 218, "MSM8974-AB" },
+	{ 233, "MSM8936" },
+	{ 239, "MSM8939" },
+	{ 240, "APQ8036" },
+	{ 241, "APQ8039" },
 	{ 246, "MSM8996" },
 	{ 247, "APQ8016" },
 	{ 248, "MSM8216" },