diff options
author | Andrew Lunn <andrew@lunn.ch> | 2014-02-22 20:14:53 +0100 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-03-04 02:16:21 +0000 |
commit | e65d9c61cb6ab86b5e8fe76d0fab0a62879fd2c6 (patch) | |
tree | c1484bdcbc2b10e6272021a651bc3e3e0467f476 /arch/arm/boot/dts/kirkwood.dtsi | |
parent | 3a7120431d7dac533294ce650b6824aec1ccedb3 (diff) | |
download | blackbird-obmc-linux-e65d9c61cb6ab86b5e8fe76d0fab0a62879fd2c6.tar.gz blackbird-obmc-linux-e65d9c61cb6ab86b5e8fe76d0fab0a62879fd2c6.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/kirkwood.dtsi')
-rw-r--r-- | arch/arm/boot/dts/kirkwood.dtsi | 5 |
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 @@ #clock-cells = <1>; }; + l2: l2-cache@20128 { + compatible = "marvell,kirkwood-cache"; + reg = <0x20128 0x4>; + }; + intc: main-interrupt-ctrl@20200 { compatible = "marvell,orion-intc"; interrupt-controller; |