qcacmn: Initial changes for IPQ5332 target compilation
Added device ID and target type checks for IPQ5332 target compilation. CRs-Fixed: 3273865 Change-Id: I98a768394cc539549fc41d756c9c9d90034627f5
This commit is contained in:

committed by
Madan Koyyalamudi

parent
953a16bb46
commit
7c7742990b
@@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2020-2021, The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for any
|
||||
* purpose with or without fee is hereby granted, provided that the above
|
||||
@@ -103,6 +104,7 @@ static bool tgt_gpio_disabled(struct wlan_objmgr_psoc *psoc)
|
||||
(target_type == TARGET_TYPE_QCN6122) ||
|
||||
(target_type == TARGET_TYPE_QCA8074V2) ||
|
||||
(target_type == TARGET_TYPE_QCA9574) ||
|
||||
(target_type == TARGET_TYPE_QCA5332) ||
|
||||
(target_type == TARGET_TYPE_QCA5018) ||
|
||||
(target_type == TARGET_TYPE_QCA6018)) {
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user