diff options
author | Abylay Ospan <aospan@netup.ru> | 2011-01-02 07:11:00 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-03-22 03:54:08 -0400 |
commit | 01a475df3d178d9ace345cc81173537970cf93e2 (patch) | |
tree | 160825ec6444227c54c7cf056d713e2b5e2af2fb /drivers/media/dvb/frontends | |
parent | d164460f897e2ae8c48ca28c763bb1233d180e7e (diff) |
[media] stv0367: change default value for AGC register
Signed-off-by: Abylay Ospan <aospan@netup.ru>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends')
-rw-r--r-- | drivers/media/dvb/frontends/stv0367.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/dvb/frontends/stv0367.c b/drivers/media/dvb/frontends/stv0367.c index f910d0db8156..6d4d49ecbee6 100644 --- a/drivers/media/dvb/frontends/stv0367.c +++ b/drivers/media/dvb/frontends/stv0367.c | |||
@@ -286,7 +286,7 @@ static struct st_register def0367ter[STV0367TER_NBREGS] = { | |||
286 | {R367TER_PLLMDIV, 0x01},/* for xc5000; was 0x0c */ | 286 | {R367TER_PLLMDIV, 0x01},/* for xc5000; was 0x0c */ |
287 | {R367TER_PLLNDIV, 0x06},/* for xc5000; was 0x55 */ | 287 | {R367TER_PLLNDIV, 0x06},/* for xc5000; was 0x55 */ |
288 | {R367TER_PLLSETUP, 0x18}, | 288 | {R367TER_PLLSETUP, 0x18}, |
289 | {R367TER_DUAL_AD12, 0x04},/* for xc5000; was 0x00 */ | 289 | {R367TER_DUAL_AD12, 0x0C},/* for xc5000 AGC voltage 1.6V */ |
290 | {R367TER_TSTBIST, 0x00}, | 290 | {R367TER_TSTBIST, 0x00}, |
291 | {R367TER_PAD_COMP_CTRL, 0x00}, | 291 | {R367TER_PAD_COMP_CTRL, 0x00}, |
292 | {R367TER_PAD_COMP_WR, 0x00}, | 292 | {R367TER_PAD_COMP_WR, 0x00}, |
@@ -599,7 +599,7 @@ static struct st_register def0367cab[STV0367CAB_NBREGS] = { | |||
599 | {R367CAB_PLLMDIV, 0x01}, | 599 | {R367CAB_PLLMDIV, 0x01}, |
600 | {R367CAB_PLLNDIV, 0x08}, | 600 | {R367CAB_PLLNDIV, 0x08}, |
601 | {R367CAB_PLLSETUP, 0x18}, | 601 | {R367CAB_PLLSETUP, 0x18}, |
602 | {R367CAB_DUAL_AD12, 0x04}, | 602 | {R367CAB_DUAL_AD12, 0x0C}, /* for xc5000 AGC voltage 1.6V */ |
603 | {R367CAB_TSTBIST, 0x00}, | 603 | {R367CAB_TSTBIST, 0x00}, |
604 | {R367CAB_CTRL_1, 0x00}, | 604 | {R367CAB_CTRL_1, 0x00}, |
605 | {R367CAB_CTRL_2, 0x03}, | 605 | {R367CAB_CTRL_2, 0x03}, |