qcacmn: Add hif support for qca8074v2
Add new target type for qca8074v2 and extend target type checks of QCA8074 for QCA8074V2. Change-Id: Ib3ff4505e2057fc843b492b9720004dcac042a65 CRs-Fixed: 2292271
This commit is contained in:

committed by
nshrivas

parent
ef65ce37d7
commit
dbacd5e70f
@@ -39,6 +39,7 @@ extern struct targetdef_s *QCA6390_TARGETdef;
|
||||
extern struct targetdef_s *IPQ4019_TARGETdef;
|
||||
#endif
|
||||
extern struct targetdef_s *QCA8074_TARGETdef;
|
||||
extern struct targetdef_s *QCA8074V2_TARGETDEF;
|
||||
|
||||
extern struct ce_reg_def *AR6002_CE_TARGETdef;
|
||||
extern struct ce_reg_def *AR6003_CE_TARGETdef;
|
||||
@@ -55,6 +56,7 @@ extern struct ce_reg_def *QCA6390_CE_TARGETdef;
|
||||
extern struct ce_reg_def *IPQ4019_CE_TARGETdef;
|
||||
#endif
|
||||
extern struct ce_reg_def *QCA8074_CE_TARGETdef;
|
||||
extern struct ce_reg_def *QCA8074V2_CE_TARGETDEF;
|
||||
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user