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,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; +};