Remove comment that the peripherals clock should be half of the cpu clock.

NFC
This commit is contained in:
aymeric 2018-10-14 19:01:00 +00:00
parent 917ed30273
commit 23c6352399
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: a9tmr.c,v 1.16 2018/06/20 05:01:39 hkenken Exp $ */
/* $NetBSD: a9tmr.c,v 1.17 2018/10/14 19:01:00 aymeric Exp $ */
/*-
* Copyright (c) 2012 The NetBSD Foundation, Inc.
@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: a9tmr.c,v 1.16 2018/06/20 05:01:39 hkenken Exp $");
__KERNEL_RCSID(0, "$NetBSD: a9tmr.c,v 1.17 2018/10/14 19:01:00 aymeric Exp $");
#include <sys/param.h>
#include <sys/bus.h>
@ -121,7 +121,7 @@ a9tmr_attach(device_t parent, device_t self, void *aux)
const char *cpu_type;
/*
* This runs at the ARM PERIPHCLOCK which should be 1/2 of the CPU clock.
* This runs at the ARM PERIPHCLOCK.
* The MD code should have setup our frequency for us.
*/
if (!prop_dictionary_get_uint32(dict, "frequency", &sc->sc_freq)) {