Tao Zhang 99c7d4ccf9 ARM: dts: msm: add dma-coherent option for etr1
Add dma-coherent option for etr1 on kalama to fix
dma_sync_for_single_cpu() issue, which cause by a upstream
change "Speed up for bounce buffer in flat mode". this change
uses “dma_alloc_noncoherent + cache sync” to replace
dma_alloc_coherent, These APIs only work with contiguous memory.
since etr support iommu, etr buffer physical address is not
contiguous.

Change-Id: Idd7550151ea45576f3af2add0b930caa62a933de
2022-03-06 22:20:31 -08:00
Description
No description provided
9.3 MiB
Languages
Makefile 52.7%
C 47.3%