aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2014-02-22 14:14:53 -0500
committerJason Cooper <jason@lakedaemon.net>2014-03-03 21:16:21 -0500
commite65d9c61cb6ab86b5e8fe76d0fab0a62879fd2c6 (patch)
treec1484bdcbc2b10e6272021a651bc3e3e0467f476
parent3a7120431d7dac533294ce650b6824aec1ccedb3 (diff)
ARM: kirkwood: Instantiate L2 cache from DT.
Now that the Feroceon L2 cache has a DT binding, make use of it. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Acked-by: Arnd Bergmann <arnd@arndb.de> Tested-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
-rw-r--r--arch/arm/boot/dts/kirkwood.dtsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/kirkwood.dtsi b/arch/arm/boot/dts/kirkwood.dtsi
index 85542c2f34b1..1c088ae70c5d 100644
--- a/arch/arm/boot/dts/kirkwood.dtsi
+++ b/arch/arm/boot/dts/kirkwood.dtsi
@@ -161,6 +161,11 @@
161 #clock-cells = <1>; 161 #clock-cells = <1>;
162 }; 162 };
163 163
164 l2: l2-cache@20128 {
165 compatible = "marvell,kirkwood-cache";
166 reg = <0x20128 0x4>;
167 };
168
164 intc: main-interrupt-ctrl@20200 { 169 intc: main-interrupt-ctrl@20200 {
165 compatible = "marvell,orion-intc"; 170 compatible = "marvell,orion-intc";
166 interrupt-controller; 171 interrupt-controller;