]> git.baikalelectronics.ru Git - uboot.git/commitdiff
Revert "rockchip: Fix early use of bootph props"
authorTom Rini <trini@konsulko.com>
Mon, 27 Mar 2023 19:20:19 +0000 (15:20 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 27 Mar 2023 19:20:19 +0000 (15:20 -0400)
While this change is correct for v2023.04 it is not correct for next
(where this is right now) nor post-v2023.04.

This reverts commit a1e1c76342e714639b36f2dd4954152ee0e22871.

Signed-off-by: Tom Rini <trini@konsulko.com>
arch/arm/dts/rk3308-rock-pi-s-u-boot.dtsi
arch/arm/dts/rk3566-radxa-cm3-io-u-boot.dtsi
arch/arm/dts/rk3568-rock-3a-u-boot.dtsi
arch/arm/dts/rk3588-edgeble-neu6a-io-u-boot.dtsi
arch/arm/dts/rk3588s-u-boot.dtsi

index 27735c49ddc0f65a64d870cec993acce058bf59f..a27a3adc082b9d32e650ea0fb14d785b0a651a49 100644 (file)
@@ -11,7 +11,7 @@
 };
 
 &uart0 {
-       u-boot,dm-pre-reloc;
+       bootph-all;
        clock-frequency = <24000000>;
        status = "okay";
 };
index 589332503e728d85cfdc5941764b86a927755bed..4e791738335f672710a0c4a5161858ffea1af389 100644 (file)
@@ -13,6 +13,6 @@
 
 &uart2 {
        clock-frequency = <24000000>;
-       u-boot,dm-pre-reloc;
+       bootph-all;
        status = "okay";
 };
index 04bbb01b5d5150da64cc90946c47f7345cebe1a8..9ef1e8477067843b5a3fa192a98d473a7414b74e 100644 (file)
@@ -23,6 +23,6 @@
 
 &uart2 {
        clock-frequency = <24000000>;
-       u-boot,dm-pre-reloc;
+       bootph-all;
        status = "okay";
 };
index 612966492b02a3ddeee650ec5056647d99dc1a0d..3235bd36e4c866eb43ce17a0f05cd111671f3209 100644 (file)
@@ -18,7 +18,7 @@
 
 &sdmmc {
        bus-width = <4>;
-       u-boot,dm-pre-reloc;
+       bootph-all;
        u-boot,spl-fifo-mode;
        status = "okay";
 };
index f880f4a167414a38161a380c62e2080257b408dd..1e225d71efc2378b7ffce8f6ba34ab34cad0e504 100644 (file)
@@ -8,12 +8,12 @@
 / {
        dmc {
                compatible = "rockchip,rk3588-dmc";
-               u-boot,dm-pre-reloc;
+               bootph-all;
                status = "okay";
        };
 
        pmu1_grf: syscon@fd58a000 {
-               u-boot,dm-pre-reloc;
+               bootph-all;
                compatible = "rockchip,rk3588-pmu1-grf", "syscon";
                reg = <0x0 0xfd58a000 0x0 0x2000>;
        };
 };
 
 &xin24m {
-       u-boot,dm-pre-reloc;
+       bootph-all;
        status = "okay";
 };
 
 &cru {
-       u-boot,dm-spl;
+       bootph-pre-ram;
        status = "okay";
 };
 
 &sys_grf {
-       u-boot,dm-spl;
+       bootph-pre-ram;
        status = "okay";
 };
 
 &uart2 {
        clock-frequency = <24000000>;
-       u-boot,dm-spl;
+       bootph-pre-ram;
        status = "okay";
 };
 
 &ioc {
-       u-boot,dm-spl;
+       bootph-pre-ram;
 };