diff options
Diffstat (limited to 'drivers/media/dvb/frontends/drxk.h')
-rw-r--r-- | drivers/media/dvb/frontends/drxk.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/drxk.h b/drivers/media/dvb/frontends/drxk.h index ca921c77f71f..9d64e4fea066 100644 --- a/drivers/media/dvb/frontends/drxk.h +++ b/drivers/media/dvb/frontends/drxk.h | |||
@@ -12,6 +12,7 @@ | |||
12 | * Serial otherwise. | 12 | * Serial otherwise. |
13 | * @dynamic_clk: True means that the clock will be dynamically | 13 | * @dynamic_clk: True means that the clock will be dynamically |
14 | * adjusted. Static clock otherwise. | 14 | * adjusted. Static clock otherwise. |
15 | * @enable_merr_cfg: Enable SIO_PDR_PERR_CFG/SIO_PDR_MVAL_CFG. | ||
15 | * @single_master: Device is on the single master mode | 16 | * @single_master: Device is on the single master mode |
16 | * @no_i2c_bridge: Don't switch the I2C bridge to talk with tuner | 17 | * @no_i2c_bridge: Don't switch the I2C bridge to talk with tuner |
17 | * @antenna_gpio: GPIO bit used to control the antenna | 18 | * @antenna_gpio: GPIO bit used to control the antenna |
@@ -29,6 +30,7 @@ struct drxk_config { | |||
29 | bool no_i2c_bridge; | 30 | bool no_i2c_bridge; |
30 | bool parallel_ts; | 31 | bool parallel_ts; |
31 | bool dynamic_clk; | 32 | bool dynamic_clk; |
33 | bool enable_merr_cfg; | ||
32 | 34 | ||
33 | bool antenna_dvbt; | 35 | bool antenna_dvbt; |
34 | u16 antenna_gpio; | 36 | u16 antenna_gpio; |