RE: What we need to change in order to use 270MHz DM355?

2009-07-30 Thread Griffis, Brad
Core voltage stays the same across both devices. Your PLL multiplier will need to change to get you up to 270 MHz. This will ripple down into SYSCLK2 and SYSCLK4 which feed into the peripherals, so the peripherals would need to accommodate for the faster clock being supplied. Hopefully the dr

RE: [PATCH 1/6] DaVinci: SPI Driver for DaVinci and DA8xx SOC's

2009-07-30 Thread Paulraj, Sandeep
> -Original Message- > From: davinci-linux-open-source-boun...@linux.davincidsp.com > [mailto:davinci-linux-open-source-boun...@linux.davincidsp.com] On Behalf > Of Paulraj, Sandeep > Sent: Thursday, July 30, 2009 8:49 AM > To: Rajashekhara, Sudhakar; davinci-linux-open-source@linux.davin

RE: Re: Changing Resolutions

2009-07-30 Thread Alex Tarter
I don't think it's the sensor as its just inputting a standard PAL signal. The reason is I'm using the following commands: crop.type = V4L2_BUF_TYPE_VIDEO_CAPTURE; crop.c.left = MAX_WIDTH / 2 - captureWidth / 2; crop.c.top= MAX_HEIGHT / 2 - captureHeight / 2; crop.c.width = captureWidt

RE: [PATCH 1/6] DaVinci: SPI Driver for DaVinci and DA8xx SOC's

2009-07-30 Thread Paulraj, Sandeep
> -Original Message- > From: Sudhakar Rajashekhara [mailto:sudhakar@ti.com] > Sent: Thursday, July 30, 2009 12:30 AM > To: Paulraj, Sandeep; davinci-linux-open-source@linux.davincidsp.com > Subject: RE: [PATCH 1/6] DaVinci: SPI Driver for DaVinci and DA8xx SOC's > > Sandeep, > > On

Re: Limitation of Cmem?

2009-07-30 Thread Gopal Sukumar
Any clues, anybody? Thanks, Gopal Sukumar. Gopal Sukumar wrote: Hi, Please find the information below. CMEM setup: phys_start=0x8700 phys_end=0x8800 pools=5x40960,15x1048576 Sequence of calls: CMEM_init(); /* do something */ In other threads including thread A (for each buffer): CM

Re: Changing Resolutions

2009-07-30 Thread Ondrej Pindroch
First question is which sensor are you using? Perhaps you need to change mode specification in driver. which LSP are you using? Interpolation will cost some resources. If you have MT9T001 or some similar, than the sensor can do it for you. Best regards. Ondrej Pindroch -Original Message-

[PATCH] mfd: Correct ro and cd implemantion on DM355

2009-07-30 Thread Vipin Bhandari
This patch corrects the support for MMCSD card detection and read only feature for SoC DM355. EVMDM355_ECP_VA4.pdf, from Spectrum digital, suggests that Bit 2 and 4 should be checked for card detection. However on the EVM, bits 1 and 3 gives this status, for MMC/SD instance 0 and 1 respectively. T

Changing Resolutions

2009-07-30 Thread Alex Tarter
I'm using a DM6446 card to take images from an external camera and create some JPEGs. The system works great but my problem is with the different resolutions within the codec. At the normal 720x540 resolution it gives me the complete field of view, but when I drop down to say 320x240 instead of usi