[brcm63x] frequency is in Hz, thanks Joel
[openwrt.git] / target / linux / brcm63xx / files / arch / mips / bcm63xx / cpu.c
index b7c041f..c147e28 100644 (file)
@@ -36,6 +36,7 @@ static const unsigned long bcm96338_regs_base[] = {
        [RSET_UART0]            = BCM_6338_UART0_BASE,
        [RSET_GPIO]             = BCM_6338_GPIO_BASE,
        [RSET_SPI]              = BCM_6338_SPI_BASE,
+       [RSET_MEMC]             = BCM_6338_MEMC_BASE,
 };
 
 static const int bcm96338_irqs[] = {
@@ -270,7 +271,7 @@ void __init bcm63xx_cpu_init(void)
 
        printk(KERN_INFO "Detected Broadcom 0x%04x CPU revision %02x\n",
               bcm63xx_cpu_id, bcm63xx_cpu_rev);
-       printk(KERN_INFO "CPU frequency is %u MHz\n",
+       printk(KERN_INFO "CPU frequency is %u Hz\n",
               bcm63xx_cpu_freq);
        printk(KERN_INFO "%uMB of RAM installed\n",
               bcm63xx_memory_size >> 20);
This page took 0.020058 seconds and 4 git commands to generate.