]> Pileus Git - ~andy/linux/commitdiff
[media] stv0367: change default value for AGC register
authorAbylay Ospan <aospan@netup.ru>
Sun, 2 Jan 2011 12:11:00 +0000 (09:11 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 22 Mar 2011 07:54:08 +0000 (04:54 -0300)
Signed-off-by: Abylay Ospan <aospan@netup.ru>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/frontends/stv0367.c

index f910d0db8156f1c5f12087e9e713249c9734ceed..6d4d49ecbee6841941cccd1f391890827f79abb0 100644 (file)
@@ -286,7 +286,7 @@ static struct st_register def0367ter[STV0367TER_NBREGS] = {
        {R367TER_PLLMDIV,       0x01},/* for xc5000; was 0x0c */
        {R367TER_PLLNDIV,       0x06},/* for xc5000; was 0x55 */
        {R367TER_PLLSETUP,      0x18},
-       {R367TER_DUAL_AD12,     0x04},/* for xc5000; was 0x00 */
+       {R367TER_DUAL_AD12,     0x0C},/* for xc5000 AGC voltage 1.6V */
        {R367TER_TSTBIST,       0x00},
        {R367TER_PAD_COMP_CTRL, 0x00},
        {R367TER_PAD_COMP_WR,   0x00},
@@ -599,7 +599,7 @@ static struct st_register def0367cab[STV0367CAB_NBREGS] = {
        {R367CAB_PLLMDIV,       0x01},
        {R367CAB_PLLNDIV,       0x08},
        {R367CAB_PLLSETUP,      0x18},
-       {R367CAB_DUAL_AD12,     0x04},
+       {R367CAB_DUAL_AD12,     0x0C}, /* for xc5000 AGC voltage 1.6V */
        {R367CAB_TSTBIST,       0x00},
        {R367CAB_CTRL_1,        0x00},
        {R367CAB_CTRL_2,        0x03},