* [PATCH] powerpc: L2 cache size wrong in 8572DS dts
@ 2008-11-19 18:40 Trent Piepho
2008-11-19 20:52 ` Kumar Gala
0 siblings, 1 reply; 2+ messages in thread
From: Trent Piepho @ 2008-11-19 18:40 UTC (permalink / raw)
To: linuxppc-dev; +Cc: Gala Kumar, Trent Piepho
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>
Acked-by: Kumar Gala <galak@kernel.crashing.org>
---
arch/powerpc/boot/dts/mpc8572ds.dts | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/powerpc/boot/dts/mpc8572ds.dts b/arch/powerpc/boot/dts/mpc8572ds.dts
index cadd465..5c69b2f 100644
--- a/arch/powerpc/boot/dts/mpc8572ds.dts
+++ b/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>;
};
--
1.5.4.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-11-19 20:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-19 18:40 [PATCH] powerpc: L2 cache size wrong in 8572DS dts Trent Piepho
2008-11-19 20:52 ` Kumar Gala
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox