Add support for new HSP version
This patch contains changes for adding support for new HSP SoC versions. CRs-Fixed: 2941918 Change-Id: I170bf26458dbeb84182ead97594c3dc605b1a64f Signed-off-by: Prateek Raj Singh <pratsing@codeaurora.org>
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
parent
2d773a4e21
commit
85866d270d
@@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
/*
|
||||
* Copyright (c) 2016-2020, The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2016-2021, The Linux Foundation. All rights reserved.
|
||||
*/
|
||||
|
||||
#include <linux/init.h>
|
||||
@@ -442,6 +442,8 @@ int btfm_slim_hw_init(struct btfmslim *btfmslim)
|
||||
|
||||
if (chipset_ver == QCA_HSP_SOC_ID_0100 ||
|
||||
chipset_ver == QCA_HSP_SOC_ID_0110 ||
|
||||
chipset_ver == QCA_HSP_SOC_ID_0210 ||
|
||||
chipset_ver == QCA_HSP_SOC_ID_1211 ||
|
||||
chipset_ver == QCA_HSP_SOC_ID_0200) {
|
||||
BTFMSLIM_INFO("chipset is hastings prime, overwriting EA");
|
||||
slim->e_addr[0] = 0x00;
|
||||
|
||||
Reference in New Issue
Block a user