Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/sunxi Add PLL1 table entry for 624 MHz



details:   https://anonhg.NetBSD.org/src/rev/178783139700
branches:  trunk
changeset: 828497:178783139700
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sat Dec 16 16:40:33 2017 +0000

description:
Add PLL1 table entry for 624 MHz

diffstat:

 sys/arch/arm/sunxi/sun4i_a10_ccu.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 87089343d56d -r 178783139700 sys/arch/arm/sunxi/sun4i_a10_ccu.c
--- a/sys/arch/arm/sunxi/sun4i_a10_ccu.c        Sat Dec 16 16:09:36 2017 +0000
+++ b/sys/arch/arm/sunxi/sun4i_a10_ccu.c        Sat Dec 16 16:40:33 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sun4i_a10_ccu.c,v 1.5 2017/11/13 15:01:16 jmcneill Exp $ */
+/* $NetBSD: sun4i_a10_ccu.c,v 1.6 2017/12/16 16:40:33 jmcneill Exp $ */
 
 /*-
  * Copyright (c) 2017 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -28,7 +28,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(1, "$NetBSD: sun4i_a10_ccu.c,v 1.5 2017/11/13 15:01:16 jmcneill Exp $");
+__KERNEL_RCSID(1, "$NetBSD: sun4i_a10_ccu.c,v 1.6 2017/12/16 16:40:33 jmcneill Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -103,6 +103,7 @@
        {  912000000, 19, 1, 0, 0 },
        {  864000000, 18, 1, 0, 0 },
        {  720000000, 30, 0, 0, 0 },
+       {  624000000, 26, 0, 0, 0 },
        {  528000000, 22, 0, 0, 0 },
        {  312000000, 13, 0, 0, 0 },
        {  144000000, 12, 0, 0, 1 },



Home | Main Index | Thread Index | Old Index