aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-dove
diff options
context:
space:
mode:
authorLennert Buytenhek <buytenh@marvell.com>2009-11-24 12:33:52 -0500
committerNicolas Pitre <nico@fluxnic.net>2009-11-27 15:43:21 -0500
commit573a652fb0da50a1ff3fca2c67afd81138fd06d2 (patch)
treee393e667f733db56447c266d45e58accf141894f /arch/arm/mach-dove
parentedabd38e1a017e922e3e3b485ee3ddb4df433aa4 (diff)
ARM: Add Tauros2 L2 cache controller support
Support for the Tauros2 L2 cache controller as used with the PJ1 and PJ4 CPUs. Signed-off-by: Lennert Buytenhek <buytenh@marvell.com> Signed-off-by: Saeed Bishara <saeed@marvell.com> Signed-off-by: Nicolas Pitre <nico@marvell.com>
Diffstat (limited to 'arch/arm/mach-dove')
-rw-r--r--arch/arm/mach-dove/common.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-dove/common.c b/arch/arm/mach-dove/common.c
index a20cf099cd97..806972a68c87 100644
--- a/arch/arm/mach-dove/common.c
+++ b/arch/arm/mach-dove/common.c
@@ -24,6 +24,7 @@
24#include <asm/page.h> 24#include <asm/page.h>
25#include <asm/setup.h> 25#include <asm/setup.h>
26#include <asm/timex.h> 26#include <asm/timex.h>
27#include <asm/hardware/cache-tauros2.h>
27#include <asm/mach/map.h> 28#include <asm/mach/map.h>
28#include <asm/mach/time.h> 29#include <asm/mach/time.h>
29#include <asm/mach/pci.h> 30#include <asm/mach/pci.h>
@@ -760,6 +761,9 @@ void __init dove_init(void)
760 printk(KERN_INFO "Dove 88AP510 SoC, "); 761 printk(KERN_INFO "Dove 88AP510 SoC, ");
761 printk(KERN_INFO "TCLK = %dMHz\n", (tclk + 499999) / 1000000); 762 printk(KERN_INFO "TCLK = %dMHz\n", (tclk + 499999) / 1000000);
762 763
764#ifdef CONFIG_CACHE_TAUROS2
765 tauros2_init();
766#endif
763 dove_setup_cpu_mbus(); 767 dove_setup_cpu_mbus();
764 768
765 dove_ge00_shared_data.t_clk = tclk; 769 dove_ge00_shared_data.t_clk = tclk;