diff options
| author | Yu Wang <yyuwang@codeaurora.org> | 2017-02-08 19:01:09 +0800 |
|---|---|---|
| committer | qcabuildsw <qcabuildsw@localhost> | 2017-02-14 16:27:49 -0800 |
| commit | 3a2d442a61a5e836becf3e961fbb8e11fe20ffba (patch) | |
| tree | 40895fe8384b91db5b7aca6e82be174b986153a7 | |
| parent | 343a8cd7f65ed89e20b975cd510debe2c9c81bf0 (diff) | |
qcacld-3.0: add support for QCA9377_REV1_1
Add processing for QCA9377_REV1_1_VERSION
Change-Id: I0d91e2b903b60370e9d8395917539cb491a272e3
CRs-Fixed: 2004328
| -rw-r--r-- | core/bmi/src/ol_fw.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/bmi/src/ol_fw.c b/core/bmi/src/ol_fw.c index c056daf91494..aa31e65298ff 100644 --- a/core/bmi/src/ol_fw.c +++ b/core/bmi/src/ol_fw.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2016 The Linux Foundation. All rights reserved. + * Copyright (c) 2014-2017 The Linux Foundation. All rights reserved. * * Previously licensed under the ISC license by Qualcomm Atheros, Inc. * @@ -950,6 +950,7 @@ static QDF_STATUS ol_patch_pll_switch(struct ol_context *ol_ctx) case AR6320_REV3_VERSION: case AR6320_REV3_2_VERSION: case QCA9379_REV1_VERSION: + case QCA9377_REV1_1_VERSION: cmnos_core_clk_div_addr = AR6320V3_CORE_CLK_DIV_ADDR; cmnos_cpu_pll_init_done_addr = AR6320V3_CPU_PLL_INIT_DONE_ADDR; cmnos_cpu_speed_addr = AR6320V3_CPU_SPEED_ADDR; |
