diff options
author | Even Xu <Feng.Xu@freescale.com> | 2011-11-30 09:28:33 +0800 |
---|---|---|
committer | Even Xu <Feng.Xu@freescale.com> | 2011-11-30 10:23:48 +0800 |
commit | 1064940d7c1cd4e726423c1d0e689e09b55c7781 (patch) | |
tree | 357feb2bd609ce70df9759b291eb24c82a6c29e9 /include | |
parent | 6821e8ae3a10d72279ca2932efbadd4b19518d96 (diff) |
ENGR00163497-1 Add a "io_init" function to fsl camera platform data
Add a new member named "io_init" to fsl camera platform data, this
Function can initialize IO of camera sensor before it works.
Signed-off-by: Even Xu <b21019@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fsl_devices.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h index 79a2f9d8abcd..cc1d8574dc7f 100644 --- a/include/linux/fsl_devices.h +++ b/include/linux/fsl_devices.h @@ -254,6 +254,7 @@ struct fsl_mxc_camera_platform_data { u32 mclk; u32 csi; void (*pwdn)(int pwdn); + void (*io_init)(void); }; struct mpc8xx_pcmcia_ops { |