diff options
author | Adrian Alonso <aalonso@freescale.com> | 2012-10-24 11:32:34 -0500 |
---|---|---|
committer | Adrian Alonso <aalonso@freescale.com> | 2012-11-06 11:13:29 -0600 |
commit | 4f0137bdc5f9477fc7e9c913e57cc9ec300cb423 (patch) | |
tree | 32fb7db5b9da7f6e6730772985240ac3cde72db7 /include | |
parent | 1997a599686e172deab806910271c4270ec99a7a (diff) |
ENGR00231266-1: fsl_devices add csi_tx_addr
* Add csi_tx_addr, so it can override slave addr
for adv7280 tvin decoder device
Signed-off-by: Adrian Alonso <aalonso@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fsl_devices.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h index ab22c4a9472e..78a50acf22a0 100644 --- a/include/linux/fsl_devices.h +++ b/include/linux/fsl_devices.h @@ -320,6 +320,8 @@ struct fsl_mxc_tvin_platform_data { void (*reset)(void); void (*io_init)(void); bool cvbs; + /* adv7280 mipi-csi i2c slave addr */ + u8 csi_tx_addr; }; struct mpc8xx_pcmcia_ops { |