struct pxacamera_platform_data gumstix_pxacamera_platform_data = {
.init = gumstix_pxacamera_init,
.flags = PXA_CAMERA_MASTER | PXA_CAMERA_DATAWIDTH_8 |
PXA_CAMERA_PCLK_EN | PXA_CAMERA_MCLK_EN | PXA_CAMERA_PCP,
.mclk_10khz = 1000,
};
^^ some register valu
On Sat, 31 Jan 2009, Bennet Fischer wrote:
> Hi
>
>
> I am trying to get a camera to work together with an PXA270 processor.
> My system has the following specs:
>
> Platform: Gumstix Verdex Pro
> Camera: HV7131RP
> OS: Linux 2.6.28
>
> I wrote a simple driver for the camera which omits all th
Hi
I am trying to get a camera to work together with an PXA270 processor.
My system has the following specs:
Platform: Gumstix Verdex Pro
Camera: HV7131RP
OS: Linux 2.6.28
I wrote a simple driver for the camera which omits all the i2c-stuff
because the camera starts already in a default configu