[PATCH v2 08/11] dts: rockchip: rk356x: Prerelocate VOP in U-Boot proper
Dang Huynh
danct12 at riseup.net
Sun Feb 23 13:13:43 CET 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 24a976cf7e21da351cbbb969ba2b4687c344ca6c..1191e2fd567dd18655c88ea1b7a28d160d43c220 100644
--- a/arch/arm/dts/rk356x-u-boot.dtsi
+++ b/arch/arm/dts/rk356x-u-boot.dtsi
@@ -166,6 +166,10 @@
clock-frequency = <24000000>;
};
+&vop {
+ bootph-some-ram;
+};
+
&uart2m0_xfer {
bootph-all;
};
--
2.48.1
More information about the U-Boot
mailing list