mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-18 14:48:17 +01:00
Revert "rockchip: Fix early use of bootph props"
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 8653e5d3b745925fced5fa6897c92f4a46ec2757. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
605bc145f9
commit
82b896c1d0
@ -11,7 +11,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
u-boot,dm-pre-reloc;
|
bootph-all;
|
||||||
clock-frequency = <24000000>;
|
clock-frequency = <24000000>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
@ -13,6 +13,6 @@
|
|||||||
|
|
||||||
&uart2 {
|
&uart2 {
|
||||||
clock-frequency = <24000000>;
|
clock-frequency = <24000000>;
|
||||||
u-boot,dm-pre-reloc;
|
bootph-all;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
@ -23,6 +23,6 @@
|
|||||||
|
|
||||||
&uart2 {
|
&uart2 {
|
||||||
clock-frequency = <24000000>;
|
clock-frequency = <24000000>;
|
||||||
u-boot,dm-pre-reloc;
|
bootph-all;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
&sdmmc {
|
&sdmmc {
|
||||||
bus-width = <4>;
|
bus-width = <4>;
|
||||||
u-boot,dm-pre-reloc;
|
bootph-all;
|
||||||
u-boot,spl-fifo-mode;
|
u-boot,spl-fifo-mode;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
@ -8,12 +8,12 @@
|
|||||||
/ {
|
/ {
|
||||||
dmc {
|
dmc {
|
||||||
compatible = "rockchip,rk3588-dmc";
|
compatible = "rockchip,rk3588-dmc";
|
||||||
u-boot,dm-pre-reloc;
|
bootph-all;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
pmu1_grf: syscon@fd58a000 {
|
pmu1_grf: syscon@fd58a000 {
|
||||||
u-boot,dm-pre-reloc;
|
bootph-all;
|
||||||
compatible = "rockchip,rk3588-pmu1-grf", "syscon";
|
compatible = "rockchip,rk3588-pmu1-grf", "syscon";
|
||||||
reg = <0x0 0xfd58a000 0x0 0x2000>;
|
reg = <0x0 0xfd58a000 0x0 0x2000>;
|
||||||
};
|
};
|
||||||
@ -46,26 +46,26 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
&xin24m {
|
&xin24m {
|
||||||
u-boot,dm-pre-reloc;
|
bootph-all;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
&cru {
|
&cru {
|
||||||
u-boot,dm-spl;
|
bootph-pre-ram;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
&sys_grf {
|
&sys_grf {
|
||||||
u-boot,dm-spl;
|
bootph-pre-ram;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart2 {
|
&uart2 {
|
||||||
clock-frequency = <24000000>;
|
clock-frequency = <24000000>;
|
||||||
u-boot,dm-spl;
|
bootph-pre-ram;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
&ioc {
|
&ioc {
|
||||||
u-boot,dm-spl;
|
bootph-pre-ram;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user