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>
};
&uart0 {
- u-boot,dm-pre-reloc;
+ bootph-all;
clock-frequency = <24000000>;
status = "okay";
};
&uart2 {
clock-frequency = <24000000>;
- u-boot,dm-pre-reloc;
+ bootph-all;
status = "okay";
};
&uart2 {
clock-frequency = <24000000>;
- u-boot,dm-pre-reloc;
+ bootph-all;
status = "okay";
};
&sdmmc {
bus-width = <4>;
- u-boot,dm-pre-reloc;
+ bootph-all;
u-boot,spl-fifo-mode;
status = "okay";
};
/ {
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;
};