瀏覽代碼

powerpc/85xx: L2 cache size wrong in 8572DS dts

It's 1MB, not 512KB.  Newer U-Boots will fix this entry, but that's no
reason to have the wrong value in the dts.

Signed-off-by: Trent Piepho <tpiepho@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Trent Piepho 16 年之前
父節點
當前提交
f464ff581c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/powerpc/boot/dts/mpc8572ds.dts

+ 1 - 1
arch/powerpc/boot/dts/mpc8572ds.dts

@@ -90,7 +90,7 @@
 			compatible = "fsl,mpc8572-l2-cache-controller";
 			reg = <0x20000 0x1000>;
 			cache-line-size = <32>;	// 32 bytes
-			cache-size = <0x80000>;	// L2, 512K
+			cache-size = <0x100000>; // L2, 1M
 			interrupt-parent = <&mpic>;
 			interrupts = <16 2>;
 		};