Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/i2c correct pll entries for TDVS-H06xF



details:   https://anonhg.NetBSD.org/src/rev/1a74b91d4e29
branches:  trunk
changeset: 767299:1a74b91d4e29
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Thu Jul 14 23:45:26 2011 +0000

description:
correct pll entries for TDVS-H06xF

diffstat:

 sys/dev/i2c/tvpll_tuners.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 920ba55f265a -r 1a74b91d4e29 sys/dev/i2c/tvpll_tuners.c
--- a/sys/dev/i2c/tvpll_tuners.c        Thu Jul 14 23:44:34 2011 +0000
+++ b/sys/dev/i2c/tvpll_tuners.c        Thu Jul 14 23:45:26 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tvpll_tuners.c,v 1.1 2011/07/11 00:01:52 jakllsch Exp $ */
+/* $NetBSD: tvpll_tuners.c,v 1.2 2011/07/14 23:45:26 jmcneill Exp $ */
 
 /*
  * Copyright (c) 2008, 2011 Jonathan A. Kollasch
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tvpll_tuners.c,v 1.1 2011/07/11 00:01:52 jakllsch Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tvpll_tuners.c,v 1.2 2011/07/14 23:45:26 jmcneill Exp $");
 
 #include <sys/param.h>
 #include <dev/i2c/tvpllvar.h>
@@ -46,7 +46,7 @@
 };
 
 static struct tvpll_entry tdvs_h06xf_pll_entries[] = {
-       { 160000000, 62500, 0xce, 0x01 },
+       { 165000000, 62500, 0xce, 0x01 },
         { 450000000, 62500, 0xce, 0x02 },
        { 999999999, 62500, 0xce, 0x04 },
 };



Home | Main Index | Thread Index | Old Index