summaryrefslogtreecommitdiff
path: root/include/media/ov5693.h
diff options
context:
space:
mode:
authorDavid Wang <davidw@nvidia.com>2013-10-23 15:34:09 -0700
committerMitch Luban <mluban@nvidia.com>2013-10-25 11:19:04 -0700
commitbdd27016ab662a70e85245631a3a89b74f1fe664 (patch)
tree860493836a61512d6c2bcf97576951e51d862025 /include/media/ov5693.h
parentdb8f49c7d394d84e0c418ded3c80593c375d6674 (diff)
drivers: media: tegra: edp support
on ov5693 and mt9m114 (SOC1040) bug 1391722 bug 1391719 Change-Id: Ic0830ea803cf8a50e8ef94d3c0c1393d0a29da10 Signed-off-by: David Wang <davidw@nvidia.com> Reviewed-on: http://git-master/r/302932 Reviewed-by: Mitch Luban <mluban@nvidia.com> Tested-by: Mitch Luban <mluban@nvidia.com>
Diffstat (limited to 'include/media/ov5693.h')
-rw-r--r--include/media/ov5693.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/media/ov5693.h b/include/media/ov5693.h
index 23299562cf50..27fc25a49bad 100644
--- a/include/media/ov5693.h
+++ b/include/media/ov5693.h
@@ -19,6 +19,7 @@
#include <media/nvc.h>
#include <media/nvc_image.h>
+#include <linux/edp.h>
#define OV5693_IOCTL_SET_MODE _IOW('o', 1, struct ov5693_mode)
#define OV5693_IOCTL_SET_FRAME_LENGTH _IOW('o', 2, __u32)
@@ -115,6 +116,7 @@ struct ov5693_platform_data {
int (*power_on)(struct ov5693_power_rail *);
int (*power_off)(struct ov5693_power_rail *);
const char *mclk_name;
+ struct edp_client edpc_config;
};
#endif /* __OV5693_H__ */