diff options
| author | Rahul Sharma <sharah@codeaurora.org> | 2017-11-14 15:59:46 +0530 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-12-22 07:21:04 -0800 |
| commit | 720aa591f48c5f401750bb5f33753efac8b4ef4c (patch) | |
| tree | 9199953104668116213d7ed1c5ba2da47c018c63 /include/media | |
| parent | 8ed108c9770aa1fb055f8129121e60a708067f3f (diff) | |
ADV7481: Query lane_count and settle_count from device tree
Get lane count and settle count from device tree.
Add VIDIOC_G_CSI_PARAMS ioctl to pass lane count
and settle count values to userspace.
Change-Id: Ic0e0b7b402908c9970fd1771cf9bf19627f5a5d8
Signed-off-by: Rahul Sharma <sharah@codeaurora.org>
Diffstat (limited to 'include/media')
| -rw-r--r-- | include/media/adv7481.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/media/adv7481.h b/include/media/adv7481.h index 80b8ee879ea4..fa5466197889 100644 --- a/include/media/adv7481.h +++ b/include/media/adv7481.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2014-2015, The Linux Foundation. All rights reserved. +/* Copyright (c) 2014-2017, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and @@ -14,6 +14,7 @@ #ifndef __ADV7481_H__ #define __ADV7481_H__ +#include <uapi/media/msm_ba.h> /** * adv7481_platform_data * structure to pass board specific information to the ADV7481 driver |
