diff options
author | Alexander Dahl <ada@thorsis.com> | 2023-12-12 17:04:22 +0100 |
---|---|---|
committer | Eugen Hristev <eugen.hristev@collabora.com> | 2024-01-22 06:05:26 +0200 |
commit | 23308cd1500e266f91a0bd8735e8e1d7dc2570f9 (patch) | |
tree | 5a1f1d28e60035bf2e009593f1572cb7d795dc10 /arch | |
parent | e81a0159a83a93ef5ba5cacb0b82431796aaaecc (diff) | |
download | u-boot-23308cd1500e266f91a0bd8735e8e1d7dc2570f9.tar.gz u-boot-23308cd1500e266f91a0bd8735e8e1d7dc2570f9.tar.bz2 u-boot-23308cd1500e266f91a0bd8735e8e1d7dc2570f9.zip |
ARM: dts: at91: sama5d2: Align more node names with Linux
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/sama5d2.dtsi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/dts/sama5d2.dtsi b/arch/arm/dts/sama5d2.dtsi index 0dbacade3b..7b62fffb4f 100644 --- a/arch/arm/dts/sama5d2.dtsi +++ b/arch/arm/dts/sama5d2.dtsi @@ -119,7 +119,7 @@ status = "disabled"; }; - pmc: pmc@f0014000 { + pmc: clock-controller@f0014000 { compatible = "atmel,sama5d2-pmc", "syscon"; reg = <0xf0014000 0x160>; #address-cells = <1>; @@ -759,13 +759,13 @@ 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>; @@ -780,7 +780,7 @@ clocks = <&h32ck>; }; - watchdog@f8048040 { + watchdog: watchdog@f8048040 { compatible = "atmel,sama5d4-wdt"; reg = <0xf8048040 0x10>; clocks = <&clk32k>; |