diff mbox

ARM: DaVinci: DM646x Video: Platform and board specific setup

Message ID 874ou2et2f.fsf@deeprootsystems.com (mailing list archive)
State Not Applicable
Headers show

Commit Message

Kevin Hilman June 26, 2009, 6:41 p.m. UTC
Chaithrika U S <chaithrika@ti.com> 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 <mrh@ti.com>
> Signed-off-by: Brijesh Jadav <brijesh.j@ti.com>
> Signed-off-by: Chaithrika U S <chaithrika@ti.com>

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 <khilman@deeprootsystems.com>
diff mbox

Patch

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[] = {