ath10k: Set DMA address mask to 35 bit for WCN3990
authorRakesh Pillai <pillair@codeaurora.org>
Mon, 3 Sep 2018 16:37:02 +0000 (22:07 +0530)
committerKalle Valo <kvalo@codeaurora.org>
Mon, 4 Feb 2019 15:49:11 +0000 (17:49 +0200)
commit5b9030cee1bedba934adb5c7ae708e510dddd0f0
treee8b03effaae4bf3ca6e0f66f96c96fdb86b4cf0d
parentfc6a6521556c8250e356ddc6a3f2391aa62dc976
ath10k: Set DMA address mask to 35 bit for WCN3990

WCN3990 is a 37-bit target but can address memory range
only upto 35 bits. The 36th bit is used to control the
smmu/iommu translation and the 37th bit is used by the
internal bus masters to access the wifi subsystem internal
SRAM. With the DMA mask set to 37i-bit, the host driver
can get 37-bit dma address, which leads to incorrect
address access in the target.

Hence the host driver can used addresses upto 35-bit
for WCN3990. Fix the dma mask for wcn3990 to 35-bit,
instead of 37-bit.

Tested HW: WCN3990
Tested FW: WLAN.HL.2.0-01188-QCAHLSWMTPLZ-1

Tested-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Rakesh Pillai <pillair@codeaurora.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath10k/ce.c
drivers/net/wireless/ath/ath10k/ce.h
drivers/net/wireless/ath/ath10k/htt_tx.c
drivers/net/wireless/ath/ath10k/hw.c
drivers/net/wireless/ath/ath10k/hw.h
drivers/net/wireless/ath/ath10k/snoc.c