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:
Hariharan Ramanathan
2022-06-29 11:46:58 +05:30
committed by Madan Koyyalamudi
parent d8c841f63b
commit fc00c5bb21
4 changed files with 3097 additions and 0 deletions

View File

@@ -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;