devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: vexpress: Add unified-cache Device Tree property
@ 2015-03-17 18:31 Robert Schwebel
       [not found] ` <1426617084-1583-1-git-send-email-r.schwebel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
  0 siblings, 1 reply; 16+ messages in thread
From: Robert Schwebel @ 2015-03-17 18:31 UTC (permalink / raw)
  To: Liviu Dudau, Sudeep Holla, Lorenzo Pieralisi
  Cc: Robert Schwebel,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	devicetree-u79uwXL29TY76Z2rM5mHXA

Without this propergy, we get this boot warning:

"L2C: device tree omits to specify unified cache"

Signed-off-by: Robert Schwebel <r.schwebel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
---
 arch/arm/boot/dts/vexpress-v2p-ca9.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/vexpress-v2p-ca9.dts b/arch/arm/boot/dts/vexpress-v2p-ca9.dts
index 23662b5..a411274 100644
--- a/arch/arm/boot/dts/vexpress-v2p-ca9.dts
+++ b/arch/arm/boot/dts/vexpress-v2p-ca9.dts
@@ -170,6 +170,7 @@
 		compatible = "arm,pl310-cache";
 		reg = <0x1e00a000 0x1000>;
 		interrupts = <0 43 4>;
+		cache-unified;
 		cache-level = <2>;
 		arm,data-latency = <1 1 1>;
 		arm,tag-latency = <1 1 1>;
-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2015-05-22  6:18 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-17 18:31 [PATCH] ARM: vexpress: Add unified-cache Device Tree property Robert Schwebel
     [not found] ` <1426617084-1583-1-git-send-email-r.schwebel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2015-03-18  9:21   ` Sudeep Holla
     [not found]     ` <5509437E.6060806-5wv7dgnIgG8@public.gmane.org>
2015-03-18  9:29       ` Robert Schwebel
2015-03-18  9:34       ` [PATCH v2] " Robert Schwebel
     [not found]         ` <1426671298-2012-1-git-send-email-r.schwebel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2015-04-29 19:12           ` Robert Schwebel
     [not found]             ` <20150429191228.GO15254-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2015-04-30 11:08               ` Liviu Dudau
     [not found]                 ` <20150430110853.GN7440-2JSQmVVBSi7ZROr8t4l/smS4ubULX0JqMm0uRHvK7Nw@public.gmane.org>
2015-04-30 13:30                   ` Robert Schwebel
     [not found]                     ` <20150430133011.GE15254-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2015-04-30 13:45                       ` Liviu Dudau
2015-04-30 13:50                       ` Sudeep Holla
     [not found]                         ` <55423316.70408-5wv7dgnIgG8@public.gmane.org>
2015-04-30 14:11                           ` Robert Schwebel
     [not found]                             ` <20150430141152.GG15254-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2015-04-30 14:14                               ` Sudeep Holla
2015-04-30 17:45                       ` Sudeep Holla
     [not found]                         ` <55426A26.9060704-5wv7dgnIgG8@public.gmane.org>
2015-05-16 20:13                           ` Robert Schwebel
     [not found]                             ` <20150516201301.GT14416-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2015-05-18  8:58                               ` Sudeep Holla
2015-05-21 12:26                               ` Robert Schwebel
     [not found]                                 ` <20150521122644.GP14416-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2015-05-22  6:18                                   ` Robert Schwebel

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).