]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: ux500: define the backupram in the device tree
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 14 May 2015 16:02:05 +0000 (18:02 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 18 May 2015 14:00:11 +0000 (16:00 +0200)
The Ux500 SOCs have a special backup RAM that needs to be
defined in the device tree.

Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/boot/dts/ste-dbx5x0.dtsi

index f024a1c0de8b57b42de5ec96cad452f39aae23e2..853684ad777337771b48be2982a7c525f95ef1d6 100644 (file)
                        reg = <0xa0410000 0x100>;
                };
 
+               /*
+                * The backup RAM is used for retention during sleep
+                * and various things like spin tables
+                */
+               backupram@80150000 {
+                       compatible = "ste,dbx500-backupram";
+                       reg = <0x80150000 0x2000>;
+               };
+
                L2: l2-cache {
                        compatible = "arm,pl310-cache";
                        reg = <0xa0412000 0x1000>;