Re: [PATCH] mach-omap2/devices.c: set dma mask

2019-08-12 Thread Tony Lindgren
* Hans Verkuil [190812 12:50]: > On 7/30/19 8:17 AM, Hans Verkuil wrote: > > The dma_mask and coherent_dma_mask values were never set. > > > > This prevented the media omap_vout driver from loading successfully. > > > > Tested on a Pandaboard and Beagle XM board. > > > > Signed-off-by: Hans Ver

Re: [PATCH] mach-omap2/devices.c: set dma mask

2019-08-12 Thread Hans Verkuil
On 7/30/19 8:17 AM, Hans Verkuil wrote: > The dma_mask and coherent_dma_mask values were never set. > > This prevented the media omap_vout driver from loading successfully. > > Tested on a Pandaboard and Beagle XM board. > > Signed-off-by: Hans Verkuil Tony, can you pick this up? Or give an Ac

[PATCH] mach-omap2/devices.c: set dma mask

2019-07-29 Thread Hans Verkuil
The dma_mask and coherent_dma_mask values were never set. This prevented the media omap_vout driver from loading successfully. Tested on a Pandaboard and Beagle XM board. Signed-off-by: Hans Verkuil --- arch/arm/mach-omap2/devices.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/ar