diff options
author | Antti Palosaari <crope@iki.fi> | 2015-04-14 19:52:16 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-05-18 15:45:06 -0300 |
commit | 6802fc0b8126d8e2e5e982a9772d757e61e47c72 (patch) | |
tree | 5f34b4eb4bfb282c31d0efc8ce1fdefb59d7115f /drivers/media/tuners/fc2580_priv.h | |
parent | 0fae1997f09796aca8ada5edc028aef587f6716c (diff) | |
download | lwn-6802fc0b8126d8e2e5e982a9772d757e61e47c72.tar.gz lwn-6802fc0b8126d8e2e5e982a9772d757e61e47c72.zip |
[media] fc2580: implement I2C client bindings
Add I2C client bindings to driver.
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/tuners/fc2580_priv.h')
-rw-r--r-- | drivers/media/tuners/fc2580_priv.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/media/tuners/fc2580_priv.h b/drivers/media/tuners/fc2580_priv.h index 646c99452136..a22ffc63749f 100644 --- a/drivers/media/tuners/fc2580_priv.h +++ b/drivers/media/tuners/fc2580_priv.h @@ -128,8 +128,10 @@ static const struct fc2580_freq_regs fc2580_freq_regs_lut[] = { }; struct fc2580_priv { - const struct fc2580_config *cfg; + u32 clk; + struct i2c_client *client; struct i2c_adapter *i2c; + u8 i2c_addr; }; #endif |