rockchip: rk3328: Fix bootph prop for vop node

The vop node 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.

Fixes: 6794063d50 ("ARM: dts: rk3328: Enable VOP for bootph-all")
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-04-21 20:12:29 +00:00
committed by Kever Yang
parent f43b6d4714
commit 405818dff6

View File

@@ -131,7 +131,7 @@
};
&vop {
bootph-all;
bootph-some-ram;
};
#ifdef CONFIG_ROCKCHIP_SPI_IMAGE