commit | b44229c5671d3432c0ea8efd97d9201b72b5b3eb | [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 | d3388f8b8ab665d96a99f5272dbf9af798a9d6ae [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>