Просмотр исходного кода

qcacmn: Define target type macro for IPQ53xx

Define target type macro for IPQ53xx

CRs-Fixed: 3268698
Change-Id: I45ad100afb7378b02ee71b11f6db91bd4b92f9a4
Sajini R 2 лет назад
Родитель
Сommit
f6060a9296
2 измененных файлов с 4 добавлено и 2 удалено
  1. 3 2
      hif/inc/target_type.h
  2. 1 0
      hif/src/hif_main.h

+ 3 - 2
hif/inc/target_type.h

@@ -90,8 +90,9 @@ extern "C" {
 #define TARGET_TYPE_MANGO 34
 #endif
 
-#ifndef TARGET_TYPE_QCN9224V2
-#define TARGET_TYPE_QCN9224V2      35
+/* Miami */
+#ifndef TARGET_TYPE_QCA5332
+#define TARGET_TYPE_QCA5332   35
 #endif
 
 #ifdef __cplusplus

+ 1 - 0
hif/src/hif_main.h

@@ -119,6 +119,7 @@
 #define QCA6018_DEVICE_ID (0xfffd) /* Todo: replace this with actual number */
 #define QCA5018_DEVICE_ID (0xfffc) /* Todo: replace this with actual number */
 #define QCA9574_DEVICE_ID (0xfffa)
+#define QCA5332_DEVICE_ID (0xfff9)
 /* Genoa */
 #define QCN7605_DEVICE_ID  (0x1102) /* Genoa PCIe device ID*/
 #define QCN7605_COMPOSITE  (0x9901)