aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorBarry Song <Baohua.Song@csr.com>2011-09-15 22:16:28 -0400
committerBarry Song <Barry.Song@csr.com>2011-10-24 05:54:21 -0400
commit917d853564530dd5e73c8c1604e823465ff9b713 (patch)
treea3163bda42777b827d0678cd3d02d69ec811d63f /arch/arm/boot
parent1e11bec9b09a28f81dd3173fec6b1c6c56b5e299 (diff)
ARM: CSR: call l2x0_of_init to init L2 cache of SiRFprimaII
Cc: Rob Herring <robherring2@gmail.com> Signed-off-by: Barry Song <Baohua.Song@csr.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/prima2-cb.dts5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/prima2-cb.dts b/arch/arm/boot/dts/prima2-cb.dts
index 17b6737c4ee5..34ae3a64ba25 100644
--- a/arch/arm/boot/dts/prima2-cb.dts
+++ b/arch/arm/boot/dts/prima2-cb.dts
@@ -39,9 +39,12 @@
39 ranges = <0x40000000 0x40000000 0x80000000>; 39 ranges = <0x40000000 0x40000000 0x80000000>;
40 40
41 l2-cache-controller@80040000 { 41 l2-cache-controller@80040000 {
42 compatible = "arm,pl310-cache"; 42 compatible = "arm,pl310-cache", "sirf,prima2-pl310-cache";
43 reg = <0x80040000 0x1000>; 43 reg = <0x80040000 0x1000>;
44 interrupts = <59>; 44 interrupts = <59>;
45 arm,tag-latency = <1 1 1>;
46 arm,data-latency = <1 1 1>;
47 arm,filter-ranges = <0 0x40000000>;
45 }; 48 };
46 49
47 intc: interrupt-controller@80020000 { 50 intc: interrupt-controller@80020000 {