GNU Linux-libre 4.14.290-gnu1
[releases.git] / include / linux / platform_data / media / mmp-camera.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Information for the Marvell Armada MMP camera
4  */
5
6 struct mmp_camera_platform_data {
7         struct platform_device *i2c_device;
8         int sensor_power_gpio;
9         int sensor_reset_gpio;
10 };