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 }; 11
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 }; 11