Skip to content

Commit

Permalink
target: msm8909: Add support for Wearables
Browse files Browse the repository at this point in the history
Add support for MSM8909W and APQ8009W targets.

Change-Id: Ibf88f01a01352797cf456511544b30fc247f1278
  • Loading branch information
vijay kumar authored and Gopal G Goberu committed Sep 25, 2015
1 parent 5a96e85 commit 5c15b51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions target/msm8909/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,7 @@ void target_baseband_detect(struct board_data *board)
case MSM8209:
case MSM8208:
case MSM8609:
case MSM8909W:
board->baseband = BASEBAND_MSM;
break;

Expand All @@ -484,6 +485,7 @@ void target_baseband_detect(struct board_data *board)
break;

case APQ8009:
case APQ8009W:
board->baseband = BASEBAND_APQ;
break;

Expand Down

0 comments on commit 5c15b51

Please sign in to comment.