[PATCH 07/10] dts: rockchip: rk356x: Prerelocate VOP in U-Boot proper
Dang Huynh
danct12 at riseup.net
Thu Jan 16 10:15:56 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 0a0943b462a90826a05b3539bd19f77abf169944..413e3497404ee0ecc109c2386233ba5946113979 100644
--- a/arch/arm/dts/rk356x-u-boot.dtsi
+++ b/arch/arm/dts/rk356x-u-boot.dtsi
@@ -162,6 +162,10 @@
clock-frequency = <24000000>;
};
+&vop {
+ bootph-some-ram;
+};
+
&uart2m0_xfer {
bootph-all;
};
--
2.48.1
More information about the U-Boot
mailing list