linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] ARM: dts: imx6qdl.dtsi: add "arm, shared-override" for pl310
@ 2016-06-07  9:39 Peter Chen
  2016-06-11 11:57 ` Shawn Guo
  2016-06-16  1:02 ` Shawn Guo
  0 siblings, 2 replies; 9+ messages in thread
From: Peter Chen @ 2016-06-07  9:39 UTC (permalink / raw)
  To: linux-arm-kernel

The imx6 SMP system has the same DMA memory coherency issue [1] with
pl310 L2 controller. With this shared override bit set, the customer
reports the DMA coherency issue is gone. Besides, I have tested
the performance using USB ethernet with/without this bit, it shows
no difference.

[1] http://patchwork.ozlabs.org/patch/469362/

Signed-off-by: Peter Chen <peter.chen@nxp.com>
---
 arch/arm/boot/dts/imx6qdl.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
index ed613eb..30e21ee 100644
--- a/arch/arm/boot/dts/imx6qdl.dtsi
+++ b/arch/arm/boot/dts/imx6qdl.dtsi
@@ -185,6 +185,7 @@
 			cache-level = <2>;
 			arm,tag-latency = <4 2 3>;
 			arm,data-latency = <4 2 3>;
+			arm,shared-override;
 		};
 
 		pcie: pcie at 0x01000000 {
-- 
1.9.1

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

end of thread, other threads:[~2016-06-16  1:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-07  9:39 [PATCH 1/1] ARM: dts: imx6qdl.dtsi: add "arm, shared-override" for pl310 Peter Chen
2016-06-11 11:57 ` Shawn Guo
2016-06-13  9:15   ` Peter Chen
2016-06-13  9:24   ` Lucas Stach
2016-06-13  9:42     ` Peter Chen
2016-06-13 11:14       ` Lucas Stach
2016-06-14  1:30         ` Peter Chen
2016-06-14 10:11           ` Lucas Stach
2016-06-16  1:02 ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).