aboutsummaryrefslogtreecommitdiffstats
path: root/include/media/mmp-camera.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/media/mmp-camera.h')
-rw-r--r--include/media/mmp-camera.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/media/mmp-camera.h b/include/media/mmp-camera.h
new file mode 100644
index 0000000..7611963
--- /dev/null
+++ b/include/media/mmp-camera.h
@@ -0,0 +1,9 @@
+/*
+ * 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;
+};