RE: DM6467 McASP

2010-05-05 Thread Jaya krishnan
Hi Vaibhav, Thanks for the reply. I have to use AHCLKX1 as HF clock to another chip.No other option. But I am worried about the synchronisation between AUXCLK to port 0 and port 1. Any comments? Regards JK --- Original Message--- Sender: Bedia, Vaibhav Date: May 04, 20

Re: UBL Question

2010-05-05 Thread John Tobias
Hi Caglar, I got it working. Here's what I did. I re-program my device and write the UBL image from block 1 to block5 using DVFlasher. Then, I booted my device, call nanddump -n to get an image of each block and save it to a file. Then, I can use nandwrite -n -o to write the image on the block. B

RE: [PATCH 3/4] DAVINCI: Added missing includes

2010-05-05 Thread Nori, Sekhar
On Tue, May 04, 2010 at 22:48:23, thomas.koel...@baslerweb.com wrote: > From: Thomas Koeller > > linux/compiler.h is required for __iomem > linux/types.h is required u32 > > Signed-off-by: Thomas Koeller Looks like this is already applied by Kevin. You can drop this from your series now :) Than

RE: [PATCH 1/4] DM365: Make all SPI units SPI0..SPI4 available

2010-05-05 Thread Nori, Sekhar
Hi Thomas, On Tue, May 04, 2010 at 22:48:21, thomas.koel...@baslerweb.com wrote: > From: Thomas Koeller > > Change the SPI setup code to allow use of all SPI units. Also, > move some resource assignments (DMA channels, interrupts) > to the board code, where they belong. These really should not >