Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: vexpress/ca9: Add unified-cache property to l2 cache node

Commit d9d1f3e2d711 ("ARM: l2c: check that DT files specify the required
"cache-unified" property") mandates to specify this required property.
Without this property, we get this boot warning:

"L2C: device tree omits to specify unified cache"

This patch adds "cache-unified" property to L2 cache node in vexpress
CA9 device tree.

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Acked-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

authored by

Robert Schwebel and committed by
Arnd Bergmann
2004f98a 3bb1555c

+1
+1
arch/arm/boot/dts/vexpress-v2p-ca9.dts
··· 170 170 compatible = "arm,pl310-cache"; 171 171 reg = <0x1e00a000 0x1000>; 172 172 interrupts = <0 43 4>; 173 + cache-unified; 173 174 cache-level = <2>; 174 175 arm,data-latency = <1 1 1>; 175 176 arm,tag-latency = <1 1 1>;