diff options
| author | Philipp Zabel <p.zabel@pengutronix.de> | 2012-05-23 11:08:19 -0400 |
|---|---|---|
| committer | Philipp Zabel <p.zabel@pengutronix.de> | 2014-06-04 05:07:12 -0400 |
| commit | d6ca8ca7ec555bdd3372687d0d775c837a09ff6e (patch) | |
| tree | 842b52a03721b61b82c556aa18c14dcf1162ecba /include | |
| parent | 3f5a8a946d860b9022a23bf1ed5ab76f6fdd7e6e (diff) | |
gpu: ipu-v3: Register the CSI modules
This patch registers the two CSI platform devices per IPU.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to 'include')
| -rw-r--r-- | include/video/imx-ipu-v3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/video/imx-ipu-v3.h b/include/video/imx-ipu-v3.h index fe6053e6ae6d..61d6d25caf95 100644 --- a/include/video/imx-ipu-v3.h +++ b/include/video/imx-ipu-v3.h | |||
| @@ -331,6 +331,7 @@ static inline void ipu_cpmem_set_burstsize(struct ipu_ch_param __iomem *p, | |||
| 331 | }; | 331 | }; |
| 332 | 332 | ||
| 333 | struct ipu_client_platformdata { | 333 | struct ipu_client_platformdata { |
| 334 | int csi; | ||
| 334 | int di; | 335 | int di; |
| 335 | int dc; | 336 | int dc; |
| 336 | int dp; | 337 | int dp; |
