staging: vchiq_arm: Set up dma ranges on child devices
authorDave Stevenson <dave.stevenson@raspberrypi.org>
Tue, 29 Jan 2019 16:13:25 +0000 (16:13 +0000)
committerpopcornmix <popcornmix@gmail.com>
Mon, 13 May 2019 23:08:20 +0000 (00:08 +0100)
commitfe3d48724cf1c1ae1e8bb496556bf9b0c902010d
tree7117eed4d22d6c3dff41e8beb5f307739a9d5020
parent395eb197e8d2040f84e9a33757e2232505b8e3ad
staging: vchiq_arm: Set up dma ranges on child devices

The VCHIQ driver now loads the audio, camera, codec, and vc-sm
drivers as platform drivers. However they were not being given
the correct DMA configuration.

Call of_dma_configure with the parent (VCHIQ) parameters to be
inherited by the child.

Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.org>
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c