Browse Source

ARM: mmp: enable tauros2 cache in mmp2 dt

Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com>
Haojian Zhuang 13 years ago
parent
commit
51931b37fc
1 changed files with 5 additions and 0 deletions
  1. 5 0
      arch/arm/boot/dts/mmp2.dtsi

+ 5 - 0
arch/arm/boot/dts/mmp2.dtsi

@@ -26,6 +26,11 @@
 		interrupt-parent = <&intc>;
 		ranges;
 
+		L2: l2-cache {
+			compatible = "marvell,tauros2-cache";
+			marvell,tauros2-cache-features = <0x3>;
+		};
+
 		axi@d4200000 {	/* AXI */
 			compatible = "mrvl,axi-bus", "simple-bus";
 			#address-cells = <1>;