* Janusz Krzysztofik jkrzyszt@tis.icnet.pl [100923 16:52]:
Friday 24 September 2010 01:26:17 Tony Lindgren napisaĆ(a):
- Tony Lindgren tony@atomide.com [100923 16:06]:
- Janusz Krzysztofik jkrzyszt@tis.icnet.pl [100910 18:20]:
This patch adds configuration data and initialization code required for camera support to the Amstrad Delta board.
Three devices are declared: SoC camera, OMAP1 camera interface and OV6650 sensor.
Default 12MHz clock has been selected for driving the sensor. Pixel clock has been limited to get reasonable frame rates, not exceeding the board capabilities. Since both devices (interface and sensor) support both pixel clock polarities, decision on polarity selection has been left to drivers. Interface GPIO line has been found not functional, thus not configured.
Created and tested against linux-2.6.36-rc3.
Works on top of previous patches from the series, at least 1/6, 2/6 and 3/6.
Queuing these last two patches of the series (5/6 and 6/6) for the upcoming merge window.
BTW, these still depend on updated 2/6 to make compile happy.
Not so simple: still depends on struct omap1_cam_platform_data definition from <media/omap1_camera.h>, included from <mach/camera.h>. Are you ready to accept another temporary workaround?
Heh I guess so. Or do you want to queue everything via linux-media?
Tony