qcacmn: Support hif window register and set init_phase for Kiwi

For Kiwi, if UMAC force wake is enabled, HIF window register
support is needed as well. currently hal_soc->init_phase just be
true for a very short periord, this lead to hif_force_wake_request
is called frequently when configure register during initialization,
this is not necessary as pld and device is not in power collapse
state during this period.

Enable HIF window register and increase init_phase true period

Change-Id: I0b5394bbc1ca73d20b2fcabbf2a261e6f8335626
CRs-Fixed: 3097991
This commit is contained in:
Jinwei Chen
2021-12-20 18:20:59 -08:00
کامیت شده توسط Madan Koyyalamudi
والد 3ac9cf9e6b
کامیت c9ff3a2ac9
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده

مشاهده پرونده

@@ -427,7 +427,6 @@ static void hal_target_based_configure(struct hal_soc *hal)
case TARGET_TYPE_WCN7850:
hal->use_register_windowing = true;
hal_wcn7850_attach(hal);
hal->init_phase = false;
break;
#endif
#if defined(QCA_WIFI_QCA8074) && defined(WIFI_TARGET_TYPE_3_0)