diff mbox series

[1/3] soc: qcom: socinfo: add qrb5165 SoC ID

Message ID 20201222130448.4125297-1-dmitry.baryshkov@linaro.org
State Accepted
Commit 0c0d0e56e08ca3ae5f4a8922b6575bdf48b79974
Headers show
Series [1/3] soc: qcom: socinfo: add qrb5165 SoC ID | expand

Commit Message

Dmitry Baryshkov Dec. 22, 2020, 1:04 p.m. UTC
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>

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

-- 
2.29.2

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 Tue, 22 Dec 2020 16:04:46 +0300 you wrote:
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>

> ---

>  drivers/soc/qcom/socinfo.c | 1 +

>  1 file changed, 1 insertion(+)


Here is the summary with links:
  - [1/3] soc: qcom: socinfo: add qrb5165 SoC ID
    https://git.kernel.org/qcom/c/0c0d0e56e08c
  - [2/3] soc: qcom: socinfo: add several PMIC IDs
    https://git.kernel.org/qcom/c/4305324208d8
  - [3/3] soc: qcom: socinfo: add info from PMIC models array
    https://git.kernel.org/qcom/c/734c78e7febf

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 b44ede48decc..cbd59937aac5 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -228,6 +228,7 @@  static const struct soc_id soc_id[] = {
 	{ 356, "SM8250" },
 	{ 402, "IPQ6018" },
 	{ 425, "SC7180" },
+	{ 455, "QRB5165" },
 };
 
 static const char *socinfo_machine(struct device *dev, unsigned int id)