From 405818dff69ec4bb650d916cf4ffd9593d95c99a Mon Sep 17 00:00:00 2001 From: Jonas Karlman Date: Sun, 21 Apr 2024 20:12:29 +0000 Subject: [PATCH] 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: 6794063d5065 ("ARM: dts: rk3328: Enable VOP for bootph-all") Signed-off-by: Jonas Karlman Reviewed-by: Kever Yang --- arch/arm/dts/rk3328-u-boot.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/dts/rk3328-u-boot.dtsi b/arch/arm/dts/rk3328-u-boot.dtsi index 7c5067cf00..d3608bd0e2 100644 --- a/arch/arm/dts/rk3328-u-boot.dtsi +++ b/arch/arm/dts/rk3328-u-boot.dtsi @@ -131,7 +131,7 @@ }; &vop { - bootph-all; + bootph-some-ram; }; #ifdef CONFIG_ROCKCHIP_SPI_IMAGE -- 2.39.5