qcacmn: Enable QCA6390

1. Allocate and Initialize host and target copy engine configuration
   for QCA6390 based products.
2. Setup Copy engine service map for QCA6390.
3. Add conditional compilation flag QCA_WIFI_QCA6390 to support
   QCA6390 based products.

Change-Id: Ia4dd4d436b8ecae0e9f91faa0c1fe7dbd14f001f
CRs-Fixed: 2259312
This commit is contained in:
Venkata Sharath Chandra Manchala
2018-06-12 15:16:36 -07:00
committed by nshrivas
szülő 01abdac6a0
commit 79860aa182
15 fájl változott, egészen pontosan 135 új sor hozzáadva és 14 régi sor törölve

Fájl megtekintése

@@ -220,6 +220,7 @@ static void hal_target_based_configure(struct hal_soc *hal)
switch (hal->target_type) {
#ifdef QCA_WIFI_QCA6290
case TARGET_TYPE_QCA6290:
case TARGET_TYPE_QCA6390:
hal->use_register_windowing = true;
hal_qca6290_attach(hal);
break;