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>
Wed, 27 Jan 2021 19:13:04 +0000 (19:13 +0000)
commit7b0eb48a80324ac7d1339b593d6d58f0921b8310
tree5c37c8039a8d555cf01de209474f52fc4210f38d
parenta8995be8e52b6a9998c50e1bcc67983d5c6bd157
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