[PATCH 3/4] ARM: dts: at91: sama5d2: Align more node names with Linux

Alexander Dahl ada at thorsis.com
Tue Dec 12 17:04:22 CET 2023


Port from Linux v6.7-rc4.  Should not hurt U-Boot but makes diffing
easier and allows referencing node names in board dts.

Signed-off-by: Alexander Dahl <ada at thorsis.com>
---
 arch/arm/dts/sama5d2.dtsi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/dts/sama5d2.dtsi b/arch/arm/dts/sama5d2.dtsi
index 0dbacade3b6..7b62fffb4ff 100644
--- a/arch/arm/dts/sama5d2.dtsi
+++ b/arch/arm/dts/sama5d2.dtsi
@@ -119,7 +119,7 @@
 				status = "disabled";
 			};
 
-			pmc: pmc at f0014000 {
+			pmc: clock-controller at f0014000 {
 				compatible = "atmel,sama5d2-pmc", "syscon";
 				reg = <0xf0014000 0x160>;
 				#address-cells = <1>;
@@ -759,13 +759,13 @@
 				reg = <0xf8030000 0x98>;
 			};
 
-			rstc at f8048000 {
+			reset_controller: reset-controller at f8048000 {
 				compatible = "atmel,sama5d3-rstc";
 				reg = <0xf8048000 0x10>;
 				clocks = <&clk32k>;
 			};
 
-			shdwc at f8048010 {
+			shutdown_controller: poweroff at f8048010 {
 				compatible = "atmel,sama5d2-shdwc";
 				reg = <0xf8048010 0x10>;
 				clocks = <&clk32k>;
@@ -780,7 +780,7 @@
 				clocks = <&h32ck>;
 			};
 
-			watchdog at f8048040 {
+			watchdog: watchdog at f8048040 {
 				compatible = "atmel,sama5d4-wdt";
 				reg = <0xf8048040 0x10>;
 				clocks = <&clk32k>;
-- 
2.39.2



More information about the U-Boot mailing list