All of lore.kernel.org
 help / color / mirror / Atom feed
From: Abylay Ospan <aospan@netup.ru>
To: mchehab@infradead.org, linux-media@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH 2/5 v2] stv0367: change default value for AGC register.
Date: Sun, 02 Jan 2011 16:46:51 +0000	[thread overview]
Message-ID: <4D20ABFB.9070509@netup.ru> (raw)

Signed-off-by: Abylay Ospan <aospan@netup.ru>
---
  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 68d7d7d..b85b9b9 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] = {
  	{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},
-- 
1.7.1


                 reply	other threads:[~2011-01-02 16:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4D20ABFB.9070509@netup.ru \
    --to=aospan@netup.ru \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.