rockchip: rk3288-miqi: Sort u-boot.dtsi nodes alphabetically

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>
This commit is contained in:
Jonas Karlman
2024-11-05 21:51:37 +00:00
committed by Tom Rini
parent 39c9a94ea6
commit 98ba08b6c5

View File

@@ -25,22 +25,18 @@
rockchip,sdram-params = <0x30B25564 0x627 3 666000000 3 9 1>;
};
&emmc {
bootph-all;
};
&pinctrl {
bootph-all;
};
&uart2 {
bootph-all;
};
&sdmmc {
bootph-all;
};
&emmc {
bootph-all;
};
&sdmmc_bus4 {
bootph-pre-ram;
};
@@ -56,3 +52,7 @@
&sdmmc_pwr {
bootph-pre-ram;
};
&uart2 {
bootph-all;
};