]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: dts: at91: sama5d2: Move sfr node
authorAlexander Dahl <ada@thorsis.com>
Tue, 12 Dec 2023 16:04:20 +0000 (17:04 +0100)
committerEugen Hristev <eugen.hristev@collabora.com>
Mon, 22 Jan 2024 04:05:25 +0000 (06:05 +0200)
Nodes are ordered by register offset.

Fixes: 56246d1e8705 ("ARM: dts: at91: sama5: Add the sfr node")
Signed-off-by: Alexander Dahl <ada@thorsis.com>
arch/arm/dts/sama5d2.dtsi

index 819564fdd5bb4e75322e74fdee9a4b5381b51e21..c28a544da6fbafdf08d562e0796ae7d0060a3093 100644 (file)
                                status = "disabled";
                        };
 
+                       sfr: sfr@f8030000 {
+                               compatible = "atmel,sama5d2-sfr", "syscon";
+                               reg = <0xf8030000 0x98>;
+                       };
+
                        rstc@f8048000 {
                                compatible = "atmel,sama5d3-rstc";
                                reg = <0xf8048000 0x10>;
                                status = "disabled";
                        };
 
-                       sfr: sfr@f8030000 {
-                               compatible = "atmel,sama5d2-sfr", "syscon";
-                               reg = <0xf8030000 0x98>;
-                       };
-
                        sckc@f8048050 {
                                compatible = "atmel,at91sam9x5-sckc";
                                reg = <0xf8048050 0x4>;