[PATCH] rockchip: rk3328: Fix bootph prop for vop node
Jonas Karlman
jonas at kwiboo.se
Sun Apr 21 22:12:29 CEST 2024
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 <jonas at kwiboo.se>
---
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 7c5067cf002e..d3608bd0e2b2 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.43.2
More information about the U-Boot
mailing list