diff options
author | Bo Kim <bok@nvidia.com> | 2013-06-26 15:42:35 +0900 |
---|---|---|
committer | Gabby Lee <galee@nvidia.com> | 2013-06-30 23:12:18 -0700 |
commit | a3a1eea5be501aa675f3ef8aef877aa1cdb30d54 (patch) | |
tree | 3e3d92d8e9c644e86898436e7d072aa797477181 /include | |
parent | 0cfaf0289ce980dea07757d7b5ee590225ce9696 (diff) |
drivers: tegra: ov7695: edp support
Bug 1244384
Change-Id: Ia44451cd79a5f551f479685d4089e2398a5fc152
Signed-off-by: Bo Kim <bok@nvidia.com>
Reviewed-on: http://git-master/r/242293
Reviewed-by: Gabby Lee <galee@nvidia.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/media/ov7695.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/media/ov7695.h b/include/media/ov7695.h index b35f24568f74..02c4be9bd0d0 100644 --- a/include/media/ov7695.h +++ b/include/media/ov7695.h @@ -210,6 +210,7 @@ struct ov7695_sensordata { }; #ifdef __KERNEL__ +#include <linux/edp.h> struct ov7695_power_rail { struct regulator *dvdd; struct regulator *avdd; @@ -217,6 +218,7 @@ struct ov7695_power_rail { }; struct ov7695_platform_data { + struct edp_client edpc_config; int (*power_on)(struct ov7695_power_rail *pw); int (*power_off)(struct ov7695_power_rail *pw); }; |