rockchip: rk3399: Fix bootph prop for vop nodes

The vop nodes should not be included in TPL/SPL control FDT, it should
only be included at U-Boot proper pre-reloc phase.

Change to use bootph-some-ram prop to fix this.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
Jonas Karlman
2024-05-07 15:56:08 +08:00
committed by Kever Yang
parent 4e3c7e89d9
commit 2e1c0024af
+2 -2
View File
@@ -143,9 +143,9 @@
};
&vopb {
bootph-all;
bootph-some-ram;
};
&vopl {
bootph-all;
bootph-some-ram;
};