Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
Merge "msm8239: Add support for new chip id MSM8239"
Browse files Browse the repository at this point in the history
  • Loading branch information
Linux Build Service Account authored and Gerrit - the friendly Code Review server committed Aug 24, 2014
2 parents 8d3488f + 36cae9d commit 7b1f7ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions platform/msm8916/platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ int platform_is_msm8939()
case MSM8236:
case MSM8636:
case MSM8936:
case MSM8239:
ret = 1;
break;
default:
Expand Down
1 change: 1 addition & 0 deletions target/msm8916/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ void target_baseband_detect(struct board_data *board)
case MSM8236:
case MSM8636:
case MSM8936:
case MSM8239:
board->baseband = BASEBAND_MSM;
break;
case APQ8016:
Expand Down

0 comments on commit 7b1f7ff

Please sign in to comment.