aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Knecht <[email protected]>2020-05-11 23:27:33 +0200
committerBjorn Andersson <[email protected]>2020-05-11 17:32:07 -0700
commit8f09210d89e7a6feb07699b4e73a7c34f39554e4 (patch)
tree76c509efc6c8d71b04b5d7da155aecffc7df6f65
parentce187859cea2004d9520de76948d6fc3e2f4b4bb (diff)
soc: qcom: socinfo: add msm8936/39 and apq8036/39 soc ids
This patch adds missing SoC IDs for MSM8936/39 and their APQ variants. Signed-off-by: Vincent Knecht <[email protected]> Signed-off-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r--drivers/soc/qcom/socinfo.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
index 08a4b8ae1764..5983c6ffb078 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" },