repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
xtensa: fix high memory/reserved memory collision
[cris-mirror.git]
/
include
/
linux
/
platform_data
/
media
/
mmp-camera.h
blob
83804028115c085be3debb395dfdfe7794f492de
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
};