[PATCH 1/2] riscv: dts: sifive: sort Unleashed DT nodes under /

Icenowy Zheng icenowy at aosc.io
Mon Feb 28 09:48:36 PST 2022


The device tree nodes at root in HiFive Unleashed DT is currently not
sorted.

Sort them alphabetically.

Signed-off-by: Icenowy Zheng <icenowy at aosc.io>
---
 .../boot/dts/sifive/hifive-unleashed-a00.dts      | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/arch/riscv/boot/dts/sifive/hifive-unleashed-a00.dts b/arch/riscv/boot/dts/sifive/hifive-unleashed-a00.dts
index ced0d4e479385..44824d7e50ac7 100644
--- a/arch/riscv/boot/dts/sifive/hifive-unleashed-a00.dts
+++ b/arch/riscv/boot/dts/sifive/hifive-unleashed-a00.dts
@@ -20,9 +20,9 @@ cpus {
 		timebase-frequency = <RTCCLK_FREQ>;
 	};
 
-	memory at 80000000 {
-		device_type = "memory";
-		reg = <0x0 0x80000000 0x2 0x00000000>;
+	gpio-restart {
+		compatible = "gpio-restart";
+		gpios = <&gpio 10 GPIO_ACTIVE_LOW>;
 	};
 
 	hfclk: hfclk {
@@ -32,16 +32,17 @@ hfclk: hfclk {
 		clock-output-names = "hfclk";
 	};
 
+	memory at 80000000 {
+		device_type = "memory";
+		reg = <0x0 0x80000000 0x2 0x00000000>;
+	};
+
 	rtcclk: rtcclk {
 		#clock-cells = <0>;
 		compatible = "fixed-clock";
 		clock-frequency = <RTCCLK_FREQ>;
 		clock-output-names = "rtcclk";
 	};
-	gpio-restart {
-		compatible = "gpio-restart";
-		gpios = <&gpio 10 GPIO_ACTIVE_LOW>;
-	};
 };
 
 &uart0 {
-- 
2.30.2




More information about the linux-riscv mailing list