summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/zl10353.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-03-26 22:17:48 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-26 22:17:48 -0300
commit09aaab39357cabdaf8446e398d8eea2aee045d11 (patch)
treeadebb16a1d12259e0a335fd60443f56a4e6dda67 /linux/drivers/media/dvb/frontends/zl10353.h
parent885a23d5d3b31b99d23ef1d05b212d9e3fbba93f (diff)
parent355b49a5385160b8c9a02ba6ef84f6dfaa9e74b9 (diff)
downloadmediapointer-dvb-s2-09aaab39357cabdaf8446e398d8eea2aee045d11.tar.gz
mediapointer-dvb-s2-09aaab39357cabdaf8446e398d8eea2aee045d11.tar.bz2
merge: http://linuxtv.org/hg/~awalls/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/zl10353.h')
-rw-r--r--linux/drivers/media/dvb/frontends/zl10353.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/zl10353.h b/linux/drivers/media/dvb/frontends/zl10353.h
index 2287bac46..6e3ca9eed 100644
--- a/linux/drivers/media/dvb/frontends/zl10353.h
+++ b/linux/drivers/media/dvb/frontends/zl10353.h
@@ -41,6 +41,10 @@ struct zl10353_config
/* set if i2c_gate_ctrl disable is required */
u8 disable_i2c_gate_ctrl:1;
+
+ /* clock control registers (0x51-0x54) */
+ u8 clock_ctl_1; /* default: 0x46 */
+ u8 pll_0; /* default: 0x15 */
};
#if defined(CONFIG_DVB_ZL10353) || (defined(CONFIG_DVB_ZL10353_MODULE) && defined(MODULE))