diff mbox series

[1/4] ARM: dts: at91: sama5d2: Move sfr node

Message ID 20231212160423.44290-2-ada@thorsis.com
State Accepted
Commit 42c4dcbbce92ac90df3b162f543abc777d5036bf
Delegated to: Eugen Hristev
Headers show
Series Facilitate new atmel raw nand driver for SAMA5D2 | expand

Commit Message

Alexander Dahl Dec. 12, 2023, 4:04 p.m. UTC
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 | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
diff mbox series

Patch

diff --git a/arch/arm/dts/sama5d2.dtsi b/arch/arm/dts/sama5d2.dtsi
index 819564fdd5b..c28a544da6f 100644
--- a/arch/arm/dts/sama5d2.dtsi
+++ b/arch/arm/dts/sama5d2.dtsi
@@ -698,6 +698,11 @@ 
 				status = "disabled";
 			};
 
+			sfr: sfr@f8030000 {
+				compatible = "atmel,sama5d2-sfr", "syscon";
+				reg = <0xf8030000 0x98>;
+			};
+
 			rstc@f8048000 {
 				compatible = "atmel,sama5d3-rstc";
 				reg = <0xf8048000 0x10>;
@@ -726,11 +731,6 @@ 
 				status = "disabled";
 			};
 
-			sfr: sfr@f8030000 {
-				compatible = "atmel,sama5d2-sfr", "syscon";
-				reg = <0xf8030000 0x98>;
-			};
-
 			sckc@f8048050 {
 				compatible = "atmel,at91sam9x5-sckc";
 				reg = <0xf8048050 0x4>;