]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blob - include/linux/platform_data/media/mmp-camera.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-kernels.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 };