summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorjmcneill <jmcneill@NetBSD.org>2011-07-14 23:45:26 +0000
committerjmcneill <jmcneill@NetBSD.org>2011-07-14 23:45:26 +0000
commit2a9e7394fe5e4f7295a106f5afb2cd49961be3d9 (patch)
treeb005b5433ceea735a78854e916e1dd52c783f5c5 /sys/dev
parent5450a61cedd97f87626d7cea1e2a47fe84e31787 (diff)
correct pll entries for TDVS-H06xF
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/i2c/tvpll_tuners.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/i2c/tvpll_tuners.c b/sys/dev/i2c/tvpll_tuners.c
index 1a86695445d..904224f1bc8 100644
--- a/sys/dev/i2c/tvpll_tuners.c
+++ b/sys/dev/i2c/tvpll_tuners.c
@@ -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 @@ struct tvpll_data tvpll_tuv1236d_pll = {
};
static struct tvpll_entry tdvs_h06xf_pll_entries[] = {
- { 160000000, 62500, 0xce, 0x01 },
+ { 165000000, 62500, 0xce, 0x01 },
{ 450000000, 62500, 0xce, 0x02 },
{ 999999999, 62500, 0xce, 0x04 },
};