qcacmn: support GENOA PCIE Global Reset
Correct the address of ADRASTEA_PCIE_LOCAL_REG_BASE_ADDRESS to support PCIE Global Reset for Genoa Chip. This feature is only used at 3rd party platform which do not support reset WLAN chip by toggle WLAN_EN pin. To use this feature, please add "CONFIG_QCN7605_PCIE_GOLBAL_RESET_SUPPORT" in makefile. Change-Id: Ia75b567bd305d73d17a7cec3a39cbc36b1ae737d
This commit is contained in:
@@ -1186,7 +1186,11 @@
|
|||||||
|
|
||||||
#define MISSING 0
|
#define MISSING 0
|
||||||
#define MISSING_FOR_ADRASTEA MISSING
|
#define MISSING_FOR_ADRASTEA MISSING
|
||||||
|
#ifdef QCN7605_PCIE_GOLBAL_RESET_SUPPORT
|
||||||
|
#define ADRASTEA_PCIE_LOCAL_REG_BASE_ADDRESS 0x3000
|
||||||
|
#else
|
||||||
#define ADRASTEA_PCIE_LOCAL_REG_BASE_ADDRESS 0
|
#define ADRASTEA_PCIE_LOCAL_REG_BASE_ADDRESS 0
|
||||||
|
#endif
|
||||||
#define ADRASTEA_WIFI_RTC_REG_BASE_ADDRESS 0x45000
|
#define ADRASTEA_WIFI_RTC_REG_BASE_ADDRESS 0x45000
|
||||||
#define ADRASTEA_RTC_SOC_REG_BASE_ADDRESS 0x113000
|
#define ADRASTEA_RTC_SOC_REG_BASE_ADDRESS 0x113000
|
||||||
#define ADRASTEA_GPIO_ATHR_WLAN_REG_BASE_ADDRESS 0x85000
|
#define ADRASTEA_GPIO_ATHR_WLAN_REG_BASE_ADDRESS 0x85000
|
||||||
|
Reference in New Issue
Block a user