Define target type macro for IPQ53xx CRs-Fixed: 3268698 Change-Id: I45ad100afb7378b02ee71b11f6db91bd4b92f9a4
@@ -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
#ifdef __cplusplus
@@ -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)