From 917d853564530dd5e73c8c1604e823465ff9b713 Mon Sep 17 00:00:00 2001 From: Barry Song Date: Thu, 15 Sep 2011 19:16:28 -0700 Subject: ARM: CSR: call l2x0_of_init to init L2 cache of SiRFprimaII Cc: Rob Herring Signed-off-by: Barry Song --- arch/arm/boot/dts/prima2-cb.dts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'arch/arm/boot') diff --git a/arch/arm/boot/dts/prima2-cb.dts b/arch/arm/boot/dts/prima2-cb.dts index 17b6737..34ae3a6 100644 --- a/arch/arm/boot/dts/prima2-cb.dts +++ b/arch/arm/boot/dts/prima2-cb.dts @@ -39,9 +39,12 @@ ranges = <0x40000000 0x40000000 0x80000000>; l2-cache-controller@80040000 { - compatible = "arm,pl310-cache"; + compatible = "arm,pl310-cache", "sirf,prima2-pl310-cache"; reg = <0x80040000 0x1000>; interrupts = <59>; + arm,tag-latency = <1 1 1>; + arm,data-latency = <1 1 1>; + arm,filter-ranges = <0 0x40000000>; }; intc: interrupt-controller@80020000 { -- cgit v1.1