Chaithrika U S <[email protected]> writes: > Platform specific display device setup for DM646x EVM > > Add platform device and resource structures. Also define a platform specific > clock setup function that can be accessed by the driver to configure the clock > and CPLD. > > This patch is dependent on a patch submitted earlier, which adds > Pin Mux and clock definitions for Video on DM646x. > > Signed-off-by: Manjunath Hadli <[email protected]> > Signed-off-by: Brijesh Jadav <[email protected]> > Signed-off-by: Chaithrika U S <[email protected]>
Hans, go ahead and merge this version of the patch into your tree after folding in the diff below. Then, you can add: Signed-off-by: Kevin Hilman <[email protected]> diff --git a/arch/arm/mach-davinci/dm646x.c b/arch/arm/mach-davinci/dm646x.c index 50dba53..1b5c06d 100644 --- a/arch/arm/mach-davinci/dm646x.c +++ b/arch/arm/mach-davinci/dm646x.c @@ -596,7 +596,7 @@ static struct platform_device dm646x_edma_device = { .resource = edma_resources, }; -static u64 vpif_dma_mask = DMA_32BIT_MASK; +static u64 vpif_dma_mask = DMA_BIT_MASK(32); static struct resource vpif_resource[] = { _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
