rockchip: rk3288: Fix bootph prop for vop nodes

The vop nodes does not need to be included in xPL control FDT, they only
need to 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-11-04 20:25:40 +00:00
committed by Tom Rini
parent 934a2d49f8
commit 8b6227c229

View File

@@ -119,11 +119,11 @@
};
&vopb {
bootph-all;
bootph-some-ram;
};
&vopl {
bootph-all;
bootph-some-ram;
};
&xin24m {