All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: berlin2q.dtsi: set L2CC tag and data latency as 2 cycles
@ 2014-06-12  9:38 ` Jisheng Zhang
  0 siblings, 0 replies; 13+ messages in thread
From: Jisheng Zhang @ 2014-06-12  9:38 UTC (permalink / raw)
  To: linux-arm-kernel

For all BG2Q SoCs, 2 cycles is the best/correct value

Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
---
 arch/arm/boot/dts/berlin2q.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/berlin2q.dtsi b/arch/arm/boot/dts/berlin2q.dtsi
index 635a16a..3f95dc5 100644
--- a/arch/arm/boot/dts/berlin2q.dtsi
+++ b/arch/arm/boot/dts/berlin2q.dtsi
@@ -90,6 +90,8 @@
 			compatible = "arm,pl310-cache";
 			reg = <0xac0000 0x1000>;
 			cache-level = <2>;
+			arm,data-latency = <2 2 2>;
+			arm,tag-latency = <2 2 2>;
 		};
 
 		scu: snoop-control-unit at ad0000 {
-- 
2.0.0

^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2014-06-16 11:24 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-12  9:38 [PATCH] ARM: dts: berlin2q.dtsi: set L2CC tag and data latency as 2 cycles Jisheng Zhang
2014-06-12  9:38 ` Jisheng Zhang
2014-06-12  9:38 ` Jisheng Zhang
2014-06-12  9:44 ` Russell King - ARM Linux
2014-06-12  9:44   ` Russell King - ARM Linux
2014-06-12 10:15   ` Jisheng Zhang
2014-06-12 10:15     ` Jisheng Zhang
2014-06-12 10:15     ` Jisheng Zhang
2014-06-12 10:19     ` Jisheng Zhang
2014-06-12 10:19       ` Jisheng Zhang
2014-06-12 10:19       ` Jisheng Zhang
2014-06-16 11:24 ` Sebastian Hesselbarth
2014-06-16 11:24   ` Sebastian Hesselbarth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.