diff options
author | Antti Palosaari <crope@iki.fi> | 2015-04-16 00:12:34 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-05-18 20:51:54 +0200 |
commit | fc851c66b275e4092bb79c888a80dcdd1920c0b8 (patch) | |
tree | bddcd2f2fe874c78eac1827a0c5c490bdb004753 /drivers/media/tuners/tua9001.h | |
parent | [media] af9035: fix device order in ID list (diff) | |
download | linux-fc851c66b275e4092bb79c888a80dcdd1920c0b8.tar.xz linux-fc851c66b275e4092bb79c888a80dcdd1920c0b8.zip |
[media] tua9001: add I2C bindings
Add I2C bindings.
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/tuners/tua9001.h')
-rw-r--r-- | drivers/media/tuners/tua9001.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/media/tuners/tua9001.h b/drivers/media/tuners/tua9001.h index 2c3375c7aeb9..0b4fc8d26f52 100644 --- a/drivers/media/tuners/tua9001.h +++ b/drivers/media/tuners/tua9001.h @@ -24,6 +24,19 @@ #include <linux/kconfig.h> #include "dvb_frontend.h" +/* + * I2C address + * 0x60, + */ + +/** + * struct tua9001_platform_data - Platform data for the tua9001 driver + * @dvb_frontend: DVB frontend. + */ +struct tua9001_platform_data { + struct dvb_frontend *dvb_frontend; +}; + struct tua9001_config { /* * I2C address |