From: Andrew Lunn Date: Sat, 22 Feb 2014 19:14:53 +0000 (+0100) Subject: ARM: kirkwood: Instantiate L2 cache from DT. X-Git-Tag: next-20140306~105^2^2~9 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e65d9c61cb6ab86b5e8fe76d0fab0a62879fd2c6;p=karo-tx-linux.git 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 Acked-by: Arnd Bergmann Tested-by: Jason Gunthorpe Signed-off-by: Jason Cooper --- 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;