Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
4bd04fc1f8c811d6bc5cb33beddf95e4a71438c9
/
.
/
ap
/
os
/
linux
/
linux-3.4.x
/
include
/
media
/
mmp-camera.h
blob: 7611963a257f96b48993af41293ace4372e4615f [
file
] [
log
] [
blame
]
lh
9ed821d
2023-04-07 01:36:19 -0700
[
diff
] [
blame
]
1
/*
2
* Information for the Marvell Armada MMP camera
3
*/
4
5
struct
mmp_camera_platform_data
{
6
struct
platform_device
*
i2c_device
;
7
int
sensor_power_gpio
;
8
int
sensor_reset_gpio
;
9
};