소스 검색

ARM: dts: socfpga: update L2 tag and data latency

Sets the appropriate L2-cache latencies for the SOCFPGA platform.

Signed-off-by: Dinh Nguyen <dinguyen@altera.com>
Dinh Nguyen 11 년 전
부모
커밋
9a21e55d77
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      arch/arm/boot/dts/socfpga.dtsi

+ 2 - 0
arch/arm/boot/dts/socfpga.dtsi

@@ -467,6 +467,8 @@
 			interrupts = <0 38 0x04>;
 			cache-unified;
 			cache-level = <2>;
+			arm,tag-latency = <1 1 1>;
+			arm,data-latency = <2 1 1>;
 		};
 
 		/* Local timer */