diff mbox series

[1/2] soc: qcom: socinfo: Add SoC IDs for 630 family

Message ID 20210109163123.147185-1-konrad.dybcio@somainline.org (mailing list archive)
State Accepted
Commit 0da78ae2e04c56f8f7ad9a28abdb5131b1bdf013
Headers show
Series [1/2] soc: qcom: socinfo: Add SoC IDs for 630 family | expand

Commit Message

Konrad Dybcio Jan. 9, 2021, 4:31 p.m. UTC
From: Konrad Dybcio <konradybcio@gmail.com>

Add missing SoC IDs for Snapdragon 630-family platforms.

Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Tested-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>
---
 drivers/soc/qcom/socinfo.c | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

patchwork-bot+linux-arm-msm@kernel.org Jan. 15, 2021, 3 p.m. UTC | #1
Hello:

This series was applied to qcom/linux.git (refs/heads/for-next):

On Sat,  9 Jan 2021 17:31:22 +0100 you wrote:
> From: Konrad Dybcio <konradybcio@gmail.com>
> 
> Add missing SoC IDs for Snapdragon 630-family platforms.
> 
> Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
> Tested-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>
> 
> [...]

Here is the summary with links:
  - [1/2] soc: qcom: socinfo: Add SoC IDs for 630 family
    https://git.kernel.org/qcom/c/0da78ae2e04c
  - [2/2] soc: qcom: socinfo: Add SoC IDs for APQ/MSM8998
    https://git.kernel.org/qcom/c/407bdcf9beb3

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
diff mbox series

Patch

diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
index d21530d24253..0a77318b9ce6 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -224,10 +224,17 @@  static const struct soc_id soc_id[] = {
 	{ 310, "MSM8996AU" },
 	{ 311, "APQ8096AU" },
 	{ 312, "APQ8096SG" },
+	{ 317, "SDM660" },
 	{ 318, "SDM630" },
 	{ 321, "SDM845" },
+	{ 324, "SDA660" },
+	{ 325, "SDM658" },
+	{ 326, "SDA658" },
+	{ 327, "SDA630" },
 	{ 338, "SDM450" },
 	{ 341, "SDA845" },
+	{ 345, "SDM636" },
+	{ 346, "SDA636" },
 	{ 349, "SDM632" },
 	{ 350, "SDA632" },
 	{ 351, "SDA450" },