Skip to content

Commit 8f09210

Browse files
vknechtandersson
authored andcommitted
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]>
1 parent ce18785 commit 8f09210

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/soc/qcom/socinfo.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,10 @@ static const struct soc_id soc_id[] = {
188188
{ 216, "MSM8674PRO" },
189189
{ 217, "MSM8974-AA" },
190190
{ 218, "MSM8974-AB" },
191+
{ 233, "MSM8936" },
192+
{ 239, "MSM8939" },
193+
{ 240, "APQ8036" },
194+
{ 241, "APQ8039" },
191195
{ 246, "MSM8996" },
192196
{ 247, "APQ8016" },
193197
{ 248, "MSM8216" },

0 commit comments

Comments
 (0)