diff options
author | Antti Palosaari <crope@iki.fi> | 2009-03-25 15:48:15 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:43:40 -0400 |
commit | 378a2793eb5e1e6bcd44f85d368ad6962c8ce1ee (patch) | |
tree | ca6d7ad8a7240ec8655124b404d7ff5e810b83dc /drivers/media/dvb/frontends/zl10353.h | |
parent | 14a19c0a2254ba58ed7559e072456ab94c9a2d3c (diff) |
V4L/DVB (11215): zl10353: add support for Intel CE6230 and Intel CE6231
Add chip IDs and configuration registers needed for Intel CE6230 and
Intel CE6231.
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/zl10353.h')
-rw-r--r-- | drivers/media/dvb/frontends/zl10353.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/zl10353.h b/drivers/media/dvb/frontends/zl10353.h index 2287bac46243..6e3ca9eed048 100644 --- a/drivers/media/dvb/frontends/zl10353.h +++ b/drivers/media/dvb/frontends/zl10353.h | |||
@@ -41,6 +41,10 @@ struct zl10353_config | |||
41 | 41 | ||
42 | /* set if i2c_gate_ctrl disable is required */ | 42 | /* set if i2c_gate_ctrl disable is required */ |
43 | u8 disable_i2c_gate_ctrl:1; | 43 | u8 disable_i2c_gate_ctrl:1; |
44 | |||
45 | /* clock control registers (0x51-0x54) */ | ||
46 | u8 clock_ctl_1; /* default: 0x46 */ | ||
47 | u8 pll_0; /* default: 0x15 */ | ||
44 | }; | 48 | }; |
45 | 49 | ||
46 | #if defined(CONFIG_DVB_ZL10353) || (defined(CONFIG_DVB_ZL10353_MODULE) && defined(MODULE)) | 50 | #if defined(CONFIG_DVB_ZL10353) || (defined(CONFIG_DVB_ZL10353_MODULE) && defined(MODULE)) |