initialize amlogic cpufreq sysctls

This commit is contained in:
jmcneill 2015-03-05 23:44:30 +00:00
parent d7a0c25861
commit b7fbc144bb

View File

@ -1,4 +1,4 @@
/* $NetBSD: amlogic_machdep.c,v 1.13 2015/03/04 23:52:54 jmcneill Exp $ */ /* $NetBSD: amlogic_machdep.c,v 1.14 2015/03/05 23:44:30 jmcneill Exp $ */
/* /*
* Machine dependent functions for kernel setup for TI OSK5912 board. * Machine dependent functions for kernel setup for TI OSK5912 board.
@ -125,7 +125,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: amlogic_machdep.c,v 1.13 2015/03/04 23:52:54 jmcneill Exp $"); __KERNEL_RCSID(0, "$NetBSD: amlogic_machdep.c,v 1.14 2015/03/05 23:44:30 jmcneill Exp $");
#include "opt_machdep.h" #include "opt_machdep.h"
#include "opt_ddb.h" #include "opt_ddb.h"
@ -505,6 +505,10 @@ amlogic_device_register(device_t self, void *aux)
return; return;
} }
if (device_is_a(self, "cpu") && device_unit(self) == 0) {
amlogic_cpufreq_init();
}
/* /*
* We need to tell the A9 Global/Watchdog Timer * We need to tell the A9 Global/Watchdog Timer
* what frequency it runs at. * what frequency it runs at.