Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/rockchip Fix typo in phy config table
details: https://anonhg.NetBSD.org/src/rev/c1e3c6513bbc
branches: trunk
changeset: 460922:c1e3c6513bbc
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sun Nov 10 12:07:50 2019 +0000
description:
Fix typo in phy config table
diffstat:
sys/arch/arm/rockchip/rk_dwhdmi.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 71ea9a6e59c7 -r c1e3c6513bbc sys/arch/arm/rockchip/rk_dwhdmi.c
--- a/sys/arch/arm/rockchip/rk_dwhdmi.c Sun Nov 10 11:43:04 2019 +0000
+++ b/sys/arch/arm/rockchip/rk_dwhdmi.c Sun Nov 10 12:07:50 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rk_dwhdmi.c,v 1.1 2019/11/09 23:30:14 jmcneill Exp $ */
+/* $NetBSD: rk_dwhdmi.c,v 1.2 2019/11/10 12:07:50 jmcneill Exp $ */
/*-
* Copyright (c) 2019 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rk_dwhdmi.c,v 1.1 2019/11/09 23:30:14 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rk_dwhdmi.c,v 1.2 2019/11/10 12:07:50 jmcneill Exp $");
#include <sys/param.h>
#include <sys/bus.h>
@@ -64,7 +64,7 @@
{ 74250, 0x8009, 0x0004, 0x0272 },
{ 148500, 0x802b, 0x0004, 0x028d },
{ 297000, 0x8039, 0x0005, 0x028d },
- { 584000, 0x8039, 0x0000, 0x019d },
+ { 594000, 0x8039, 0x0000, 0x019d },
{ 0, 0x0000, 0x0000, 0x0000 }
};
Home |
Main Index |
Thread Index |
Old Index