diff mbox series

[01/11] rockchip: rk3288-miqi: Sort u-boot.dtsi nodes alphabetically

Message ID 20241105215202.1491441-2-jonas@kwiboo.se
State New
Headers show
Series rockchip: rk3288-miqi: Migrate to OF_UPSTREAM | expand

Commit Message

Jonas Karlman Nov. 5, 2024, 9:51 p.m. UTC
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>
---
 arch/arm/dts/rk3288-miqi-u-boot.dtsi | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Comments

Kever Yang Nov. 6, 2024, 10:26 a.m. UTC | #1
On 2024/11/6 05:51, Jonas Karlman wrote:
> 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>

Thanks,
- Kever
> ---
>   arch/arm/dts/rk3288-miqi-u-boot.dtsi | 12 ++++++------
>   1 file 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 43cb48bd032d..ca839390ce74 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;
> +};
diff mbox series

Patch

diff --git a/arch/arm/dts/rk3288-miqi-u-boot.dtsi b/arch/arm/dts/rk3288-miqi-u-boot.dtsi
index 43cb48bd032d..ca839390ce74 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;
+};