aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/ttpci/budget-ci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/dvb/ttpci/budget-ci.c')
-rw-r--r--drivers/media/dvb/ttpci/budget-ci.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/media/dvb/ttpci/budget-ci.c b/drivers/media/dvb/ttpci/budget-ci.c
index 2ee03206dc8c..7222030345d5 100644
--- a/drivers/media/dvb/ttpci/budget-ci.c
+++ b/drivers/media/dvb/ttpci/budget-ci.c
@@ -1352,11 +1352,11 @@ static struct stb6100_config tt3200_stb6100_config = {
1352static struct stv090x_config tt1600_stv090x_config = { 1352static struct stv090x_config tt1600_stv090x_config = {
1353 .device = STV0903, 1353 .device = STV0903,
1354 .demod_mode = STV090x_SINGLE, 1354 .demod_mode = STV090x_SINGLE,
1355 .clk_mode = STV090x_CLK_INT, 1355 .clk_mode = STV090x_CLK_EXT,
1356 1356
1357 .xtal = 8000000, 1357 .xtal = 27000000,
1358 .address = 0x68, 1358 .address = 0x68,
1359 .ref_clk = 16000000, 1359 .ref_clk = 27000000,
1360 1360
1361 .ts1_mode = STV090x_TSMODE_DVBCI, 1361 .ts1_mode = STV090x_TSMODE_DVBCI,
1362 .ts2_mode = STV090x_TSMODE_DVBCI, 1362 .ts2_mode = STV090x_TSMODE_DVBCI,
@@ -1375,11 +1375,11 @@ static struct stv090x_config tt1600_stv090x_config = {
1375 1375
1376static struct stv6110x_config tt1600_stv6110x_config = { 1376static struct stv6110x_config tt1600_stv6110x_config = {
1377 .addr = 0x60, 1377 .addr = 0x60,
1378 .refclk = 16000000, 1378 .refclk = 27000000,
1379}; 1379};
1380 1380
1381static struct isl6423_config tt1600_isl6423_config = { 1381static struct isl6423_config tt1600_isl6423_config = {
1382 .current_max = SEC_CURRENT_800m, 1382 .current_max = SEC_CURRENT_515m,
1383 .curlim = SEC_CURRENT_LIM_ON, 1383 .curlim = SEC_CURRENT_LIM_ON,
1384 .addr = 0x08, 1384 .addr = 0x08,
1385}; 1385};