summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Karlman <jonas@kwiboo.se>2024-11-05 21:51:37 +0000
committerTom Rini <trini@konsulko.com>2025-01-10 18:56:15 -0600
commit98ba08b6c53c78cdf6d8cf881ece3eb8e8b40efd (patch)
tree6fa8721ba02de83a7fb033226346832f8bfa3455
parent39c9a94ea68ad02922336ecdf557af9fe95ce672 (diff)
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>
-rw-r--r--arch/arm/dts/rk3288-miqi-u-boot.dtsi12
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/dts/rk3288-miqi-u-boot.dtsi b/arch/arm/dts/rk3288-miqi-u-boot.dtsi
index 43cb48bd032..ca839390ce7 100644
--- a/arch/arm/dts/rk3288-miqi-u-boot.dtsi
+++ b/arch/arm/dts/rk3288-miqi-u-boot.dtsi
@@ -25,11 +25,11 @@
rockchip,sdram-params = <0x30B25564 0x627 3 666000000 3 9 1>;
};
-&pinctrl {
+&emmc {
bootph-all;
};
-&uart2 {
+&pinctrl {
bootph-all;
};
@@ -37,10 +37,6 @@
bootph-all;
};
-&emmc {
- bootph-all;
-};
-
&sdmmc_bus4 {
bootph-pre-ram;
};
@@ -56,3 +52,7 @@
&sdmmc_pwr {
bootph-pre-ram;
};
+
+&uart2 {
+ bootph-all;
+};