qcacmn: Initial Hal changes for QCA5332
Changes to create hal files and add hal related changes in hal_srng.c Change-Id: I96dd76333e68bdd030e17e09602b93843ebc5030 CRs-Fixed: 3233322
This commit is contained in:

committed by
Madan Koyyalamudi

parent
d8c841f63b
commit
fc00c5bb21
@@ -58,6 +58,9 @@ void hal_qca6750_attach(struct hal_soc *hal);
|
||||
#ifdef QCA_WIFI_QCA5018
|
||||
void hal_qca5018_attach(struct hal_soc *hal);
|
||||
#endif
|
||||
#ifdef QCA_WIFI_QCA5332
|
||||
void hal_qca5332_attach(struct hal_soc *hal);
|
||||
#endif
|
||||
#ifdef QCA_WIFI_KIWI
|
||||
void hal_kiwi_attach(struct hal_soc *hal);
|
||||
#endif
|
||||
@@ -505,6 +508,13 @@ static void hal_target_based_configure(struct hal_soc *hal)
|
||||
hal->static_window_map = true;
|
||||
hal_qcn9224_attach(hal);
|
||||
break;
|
||||
#endif
|
||||
#ifdef QCA_WIFI_QCA5332
|
||||
case TARGET_TYPE_QCA5332:
|
||||
hal->use_register_windowing = true;
|
||||
hal->static_window_map = true;
|
||||
hal_qca5332_attach(hal);
|
||||
break;
|
||||
#endif
|
||||
default:
|
||||
break;
|
||||
|
Reference in New Issue
Block a user