[PATCH v4 08/12] dts: rockchip: rk356x: Prerelocate VOP in U-Boot proper

Dang Huynh danct12 at riseup.net
Mon May 5 18:58:24 CEST 2025


We need to prerelocate VOP2 memory so the driver can work. This
will only support U-Boot proper.

Signed-off-by: Dang Huynh <danct12 at riseup.net>
---
 arch/arm/dts/rk356x-u-boot.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/dts/rk356x-u-boot.dtsi b/arch/arm/dts/rk356x-u-boot.dtsi
index 8718697395365f1daa8566c5f47729b3ac63c793..9e9bb595a2fab37f6cb71884695060fca602a0b4 100644
--- a/arch/arm/dts/rk356x-u-boot.dtsi
+++ b/arch/arm/dts/rk356x-u-boot.dtsi
@@ -169,6 +169,10 @@
 	bootph-all;
 };
 
+&vop {
+	bootph-some-ram;
+};
+
 &xin24m {
 	bootph-all;
 };

-- 
2.49.0



More information about the U-Boot mailing list