]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: bcm2835: use phys_to_bus() for mbox
authorStephen Warren <swarren@wwwdotorg.org>
Tue, 7 Apr 2015 02:28:39 +0000 (20:28 -0600)
committerMarek Vasut <marex@denx.de>
Tue, 14 Apr 2015 03:47:59 +0000 (05:47 +0200)
commit122426d46e31391480c4b83b1003e4feca24d491
tree13e8f29f3420e4454a5cb85bd15701d1d4ca9776
parent4748cce57345a23dbbc990a28ca9d97952432c4f
ARM: bcm2835: use phys_to_bus() for mbox

When we communicate with the VideoCore to perform property mailbox
transactions, that is a DMA operation as far as the property buffer
is concerned. Use phys_to_bus() on that buffer.

Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
arch/arm/mach-bcm283x/mbox.c