qcacmn: Add PEACH device support

Add support for peach device. Add peach conditional statements.

Change-Id: Ia107e60fd00b4938984414fd92d6699d11fd3797
CRs-Fixed: 3394198
This commit is contained in:
Prakash Manjunathappa
2022-12-26 09:30:48 -08:00
committed by Madan Koyyalamudi
parent 4bb2e1a3f2
commit 3cde321196
17 changed files with 86 additions and 18 deletions

View File

@@ -444,6 +444,7 @@ static void hal_target_based_configure(struct hal_soc *hal)
#ifdef QCA_WIFI_KIWI
case TARGET_TYPE_KIWI:
case TARGET_TYPE_MANGO:
case TARGET_TYPE_PEACH:
hal->use_register_windowing = true;
hal_kiwi_attach(hal);
break;