rockchip: rk3288-miqi: Sort u-boot.dtsi nodes alphabetically
authorJonas Karlman <jonas@kwiboo.se>
Tue, 5 Nov 2024 21:51:37 +0000 (21:51 +0000)
committerTom Rini <trini@konsulko.com>
Sat, 11 Jan 2025 00:56:15 +0000 (18:56 -0600)
Sort the nodes in rk3288-miqi-u-boot.dtsi in alphabetical order.

This has no intended change to board DT, this only rearrange nodes in
preparation for future changes.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/dts/rk3288-miqi-u-boot.dtsi

index 43cb48b..ca83939 100644 (file)
        rockchip,sdram-params = <0x30B25564 0x627 3 666000000 3 9 1>;
 };
 
-&pinctrl {
+&emmc {
        bootph-all;
 };
 
-&uart2 {
+&pinctrl {
        bootph-all;
 };
 
        bootph-all;
 };
 
-&emmc {
-       bootph-all;
-};
-
 &sdmmc_bus4 {
        bootph-pre-ram;
 };
@@ -56,3 +52,7 @@
 &sdmmc_pwr {
        bootph-pre-ram;
 };
+
+&uart2 {
+       bootph-all;
+};