
16 Jan
2025
16 Jan
'25
10:15 a.m.
We need to prerelocate VOP2 memory so the driver can work. This will only support U-Boot proper.
Signed-off-by: Dang Huynh danct12@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