mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 02:21:16 +00:00
67a8dbbc4e
Now we have a camera working over the marvell cam controller core. It works like the cafe driver and has all the same limitations, contiguous DMA only being one of them. But it's a start. Signed-off-by: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
9 lines
179 B
C
9 lines
179 B
C
/*
|
|
* Information for the Marvell Armada MMP camera
|
|
*/
|
|
|
|
struct mmp_camera_platform_data {
|
|
struct platform_device *i2c_device;
|
|
int sensor_power_gpio;
|
|
int sensor_reset_gpio;
|
|
};
|