From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 7 Apr 2015 04:57:38 +0200 Subject: [U-Boot] [PATCH V2] ARM: bcm2835: use phys_to_bus() for mbox In-Reply-To: <1428373719-11421-1-git-send-email-swarren@wwwdotorg.org> References: <1428373719-11421-1-git-send-email-swarren@wwwdotorg.org> Message-ID: <201504070457.38929.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tuesday, April 07, 2015 at 04:28:39 AM, Stephen Warren wrote: > 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 Applied to u-boot-usb topic/dwc2 , thanks! Best regards, Marek Vasut