diff options
author | Antti Palosaari <crope@iki.fi> | 2015-04-15 19:12:34 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-05-18 15:51:54 -0300 |
commit | fc851c66b275e4092bb79c888a80dcdd1920c0b8 (patch) | |
tree | bddcd2f2fe874c78eac1827a0c5c490bdb004753 /drivers/media/tuners/tua9001.h | |
parent | b3f02270b2618833fd44f8e5a8c1f82ab47741c2 (diff) | |
download | lwn-fc851c66b275e4092bb79c888a80dcdd1920c0b8.tar.gz lwn-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 |