]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
arm: mvebu: add address decoding controller to the DT
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 11 Sep 2012 12:27:30 +0000 (14:27 +0200)
committerJason Cooper <jason@lakedaemon.net>
Fri, 21 Sep 2012 18:05:29 +0000 (18:05 +0000)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Tested-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/boot/dts/armada-370-xp.dtsi

index 6b6b932a5a7dc291c4414ef1fc01404bfff06724..16cc82cdaa817aef1cb2e235c93b8412ddfb7af8 100644 (file)
                               reg = <0xd0020300 0x30>;
                               interrupts = <37>, <38>, <39>, <40>;
                };
+
+               addr-decoding@d0020000 {
+                       compatible = "marvell,armada-addr-decoding-controller";
+                       reg = <0xd0020000 0x258>;
+               };
        };
 };