summaryrefslogtreecommitdiff
path: root/drivers/media/dvb/frontends/drxk_hard.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2011-07-10 00:59:33 (GMT)
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-07-27 20:55:49 (GMT)
commitf1fe1b75d64046b693075045fe9fc5cafed9c981 (patch)
tree26669633735b8596e5ce88d27d27a2c7f4b3e42d /drivers/media/dvb/frontends/drxk_hard.h
parentbbc70e647b04dc3df1c879089a4f6b633c1952c9 (diff)
downloadlinux-fsl-qoriq-f1fe1b75d64046b693075045fe9fc5cafed9c981.tar.xz
[media] drxk: Allow to disable I2C Bridge control switch
On em28xx, tda18271C2 is accessible when the i2c port is not touched. Touching on it breaks the driver. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/drxk_hard.h')
-rw-r--r--drivers/media/dvb/frontends/drxk_hard.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/drxk_hard.h b/drivers/media/dvb/frontends/drxk_hard.h
index 8cdadce..b042755 100644
--- a/drivers/media/dvb/frontends/drxk_hard.h
+++ b/drivers/media/dvb/frontends/drxk_hard.h
@@ -330,6 +330,7 @@ struct drxk_state {
/* Configurable parameters at the driver */
u32 single_master : 1; /* Use single master i2c mode */
+ u32 no_i2c_bridge : 1; /* Tuner is not on port 1, don't use I2C bridge */
const char *microcode_name;
};