]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: dts: at91: sama5d2: Align more node names with Linux
authorAlexander Dahl <ada@thorsis.com>
Tue, 12 Dec 2023 16:04:22 +0000 (17:04 +0100)
committerEugen Hristev <eugen.hristev@collabora.com>
Mon, 22 Jan 2024 04:05:26 +0000 (06:05 +0200)
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@thorsis.com>
arch/arm/dts/sama5d2.dtsi

index 0dbacade3b65e95c0bf51a83c3640dba1fe1aa90..7b62fffb4ffa96c472ce4c5a0b3666a2fc26c51f 100644 (file)
                                status = "disabled";
                        };
 
-                       pmc: pmc@f0014000 {
+                       pmc: clock-controller@f0014000 {
                                compatible = "atmel,sama5d2-pmc", "syscon";
                                reg = <0xf0014000 0x160>;
                                #address-cells = <1>;
                                reg = <0xf8030000 0x98>;
                        };
 
-                       rstc@f8048000 {
+                       reset_controller: reset-controller@f8048000 {
                                compatible = "atmel,sama5d3-rstc";
                                reg = <0xf8048000 0x10>;
                                clocks = <&clk32k>;
                        };
 
-                       shdwc@f8048010 {
+                       shutdown_controller: poweroff@f8048010 {
                                compatible = "atmel,sama5d2-shdwc";
                                reg = <0xf8048010 0x10>;
                                clocks = <&clk32k>;
                                clocks = <&h32ck>;
                        };
 
-                       watchdog@f8048040 {
+                       watchdog: watchdog@f8048040 {
                                compatible = "atmel,sama5d4-wdt";
                                reg = <0xf8048040 0x10>;
                                clocks = <&clk32k>;