2021-10-27 18:46:41 +05:00
|
|
|
/*
|
|
|
|
* Information for the Marvell Armada MMP camera
|
|
|
|
*/
|
|
|
|
|
|
|
|
struct mmp_camera_platform_data {
|
2021-11-13 09:26:51 +05:00
|
|
|
struct platform_device *i2c_device;
|
|
|
|
int sensor_power_gpio;
|
|
|
|
int sensor_reset_gpio;
|
2021-10-27 18:46:41 +05:00
|
|
|
};
|