bus/fsl-mc: set coherent dma mask for devices on fsl-mc bus
authorNipun Gupta <nipun.gupta@nxp.com>
Mon, 10 Sep 2018 13:49:20 +0000 (19:19 +0530)
committerJoerg Roedel <jroedel@suse.de>
Tue, 25 Sep 2018 07:47:53 +0000 (09:47 +0200)
commit761ba8ed114b23238238d062a119d3920aaa59df
tree6625546912b10938495e9796bf8e83adc32e4a82
parenta259ed1618d2e7c212d9fe33f9eebcdc1f231338
bus/fsl-mc: set coherent dma mask for devices on fsl-mc bus

of_dma_configure() API expects coherent_dma_mask to be correctly
set in the devices. This patch does the needful.

Signed-off-by: Nipun Gupta <nipun.gupta@nxp.com>
Reviewed-by: Robin Murphy <robin.murphy@arm.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/bus/fsl-mc/fsl-mc-bus.c