BACKPORT: UPSTREAM: ath10k: enable SRRI/DRRI support on ddr for WCN3990
SRRI/DRRI are not mapped in the HW Shadow block and can lead to un-clocked access if common subsystem in the target is powered down due to idle mode. To mitigate this problem SRRI/DRRI can be read from DDR instead of doing an actual hardware read. Host allocates non cached memory on ddr and configures the physical address of this memory to the CE hardware. The hardware updates the RRI on this particular location. Read SRRI/DRRI from DDR location instead of direct target read. Enable retention restore on ddr using hw params to enable in specific targets. Signed-off-by:Govind Singh <govinds@codeaurora.org> Signed-off-by:
Rakesh Pillai <pillair@codeaurora.org> Signed-off-by:
Kalle Valo <kvalo@codeaurora.org> [govinds@codeaurora.org: resolve trivial merge conflicts in drivers/net/wireless/ath/ath10k/core.c] Change-Id: I23477617dbd3687f51e0db331c069dc6c181b3d6 Git-commit: 4945af5b264fbdbdb5a9021b8a6a179d0c7a33b2 Git-repo: git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git Signed-off-by:
Govind Singh <govinds@codeaurora.org>
Loading
Please register or sign in to comment