qcacmn: Data path changes for QCN9100 bringup
Initial changes made for bring up of QCN9100 in data path and hal Change-Id: I6cbe90428b552b6ff5733bc0f60bfb9f7933bc9a
This commit is contained in:

committed by
snandini

szülő
52ea4c89d9
commit
6756b1a5aa
@@ -40,6 +40,9 @@ void hal_qca6490_attach(struct hal_soc *hal);
|
||||
#ifdef QCA_WIFI_QCN9000
|
||||
void hal_qcn9000_attach(struct hal_soc *hal);
|
||||
#endif
|
||||
#ifdef QCA_WIFI_QCN9100
|
||||
void hal_qcn9100_attach(struct hal_soc *hal);
|
||||
#endif
|
||||
#ifdef QCA_WIFI_QCA6750
|
||||
void hal_qca6750_attach(struct hal_soc *hal);
|
||||
#endif
|
||||
@@ -324,6 +327,18 @@ static void hal_target_based_configure(struct hal_soc *hal)
|
||||
break;
|
||||
#endif
|
||||
|
||||
#if defined(QCA_WIFI_QCN9100)
|
||||
case TARGET_TYPE_QCN9100:
|
||||
hal->use_register_windowing = true;
|
||||
/*
|
||||
* Static window map is enabled for qcn9000 to use 2mb bar
|
||||
* size and use multiple windows to write into registers.
|
||||
*/
|
||||
hal->static_window_map = true;
|
||||
hal_qcn9100_attach(hal);
|
||||
break;
|
||||
#endif
|
||||
|
||||
#ifdef QCA_WIFI_QCN9000
|
||||
case TARGET_TYPE_QCN9000:
|
||||
hal->use_register_windowing = true;
|
||||
|
Reference in New Issue
Block a user