qcacmn: Add support for Mango device id

Add support for Mango device id.

Change-Id: I2b32a39e258caab408723db77f132af364dc6b04
CRs-Fixed: 3232512
Цей коміт міститься в:
Srinivas Girigowda
2022-06-20 20:45:46 -07:00
зафіксовано Madan Koyyalamudi
джерело 8d5d65010f
коміт 6d056b9959
17 змінених файлів з 85 додано та 17 видалено

Переглянути файл

@@ -1,6 +1,6 @@
/*
* Copyright (c) 2011-2021 The Linux Foundation. All rights reserved.
* Copyright (c) 2021 Qualcomm Innovation Center, Inc. All rights reserved.
* Copyright (c) 2021-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
@@ -131,6 +131,7 @@ static inline int cdp_get_arch_type_from_devid(uint16_t devid)
case BERYLLIUM_DP:
case KIWI_DEVICE_ID:
case QCN9224_DEVICE_ID:
case MANGO_DEVICE_ID:
return CDP_ARCH_TYPE_BE;
default:
return CDP_ARCH_TYPE_NONE;
@@ -174,6 +175,7 @@ ol_txrx_soc_handle cdp_soc_attach(u_int16_t devid,
case RUMIM2M_DEVICE_ID_NODE5: /*lithium emulation */
case KIWI_DEVICE_ID:
case QCN9224_DEVICE_ID:
case MANGO_DEVICE_ID:
return dp_soc_attach_wifi3(psoc, &params);
break;
default: