commit | 122426d46e31391480c4b83b1003e4feca24d491 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@wwwdotorg.org> | Mon Apr 06 20:28:39 2015 -0600 |
committer | Marek Vasut <marex@denx.de> | Tue Apr 14 05:47:59 2015 +0200 |
tree | 13e8f29f3420e4454a5cb85bd15701d1d4ca9776 | |
parent | 4748cce57345a23dbbc990a28ca9d97952432c4f [diff] |
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>