mmc: bcm2835: Use phys addresses for slave DMA config
authorPhil Elwell <phil@raspberrypi.com>
Thu, 11 May 2023 15:25:46 +0000 (16:25 +0100)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:33:35 +0000 (11:33 +0000)
commit4cda8816e8fba0e2d3f3ec78c700877ceb476ec0
treeb4582ced4930f14cfc3d78f3def97559597545a2
parentc00fb143ff7aae5ca6b1bcd5f8906eba54908815
mmc: bcm2835: Use phys addresses for slave DMA config

Contrary to what struct snd_dmaengine_dai_dma_data suggests, the
configuration of addresses of DMA slave interfaces should be done in
CPU physical addresses.

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
drivers/mmc/host/bcm2835.c