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

This has no intended change to board DTs and 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-tinker-s-u-boot.dtsi
arch/arm/dts/rk3288-tinker-u-boot.dtsi

index b4c5483..a782f2f 100644 (file)
        bootph-pre-ram;
 };
 
-&emmc_clk {
+&emmc_bus8 {
        bootph-pre-ram;
 };
 
-&emmc_cmd {
+&emmc_clk {
        bootph-pre-ram;
 };
 
-&emmc_pwr {
+&emmc_cmd {
        bootph-pre-ram;
 };
 
-&emmc_bus8 {
+&emmc_pwr {
        bootph-pre-ram;
 };
index 0cf1b69..032dac2 100644 (file)
        rockchip,sdram-params = <0x20d266a4 0x5b6 2 533000000 6 9 0>;
 };
 
+&gpio7 {
+       bootph-pre-ram;
+};
+
 &i2c2 {
        m24c08@50 {
                compatible = "at,24c08", "i2c-eeprom";
        };
 };
 
-&pinctrl {
-       bootph-all;
-};
-
-&uart2 {
-       bootph-all;
-};
-
-&uart2_xfer {
-       bootph-all;
-};
-
-&sdmmc {
-       bootph-pre-ram;
-};
-
-&gpio7 {
+&pcfg_pull_none {
        bootph-pre-ram;
 };
 
-&vcc_sd {
+&pcfg_pull_none_drv_8ma {
        bootph-pre-ram;
 };
 
-&pcfg_pull_none_drv_8ma {
+&pcfg_pull_up {
        bootph-pre-ram;
 };
 
        bootph-pre-ram;
 };
 
-&pcfg_pull_none {
-       bootph-pre-ram;
+&pinctrl {
+       bootph-all;
 };
 
-&pcfg_pull_up {
+&sdmmc {
        bootph-pre-ram;
 };
 
 &sdmmc_pwr {
        bootph-pre-ram;
 };
+
+&uart2 {
+       bootph-all;
+};
+
+&uart2_xfer {
+       bootph-all;
+};
+
+&vcc_sd {
+       bootph-pre-ram;
+};