From: Jonas Karlman Date: Mon, 4 Nov 2024 20:25:40 +0000 (+0000) Subject: rockchip: rk3288: Fix bootph prop for vop nodes X-Git-Tag: v2025.04-rc1~35^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b6227c2299a622a7c3821eb45088dd735e46ee1;p=pandora-u-boot.git rockchip: rk3288: Fix bootph prop for vop nodes The vop nodes does not need to be included in xPL control FDT, they only need to be included at U-Boot proper pre-reloc phase. Change to use bootph-some-ram prop to fix this. Signed-off-by: Jonas Karlman Reviewed-by: Kever Yang --- diff --git a/arch/arm/dts/rk3288-u-boot.dtsi b/arch/arm/dts/rk3288-u-boot.dtsi index 48131da78ca..2205caabc51 100644 --- a/arch/arm/dts/rk3288-u-boot.dtsi +++ b/arch/arm/dts/rk3288-u-boot.dtsi @@ -119,11 +119,11 @@ }; &vopb { - bootph-all; + bootph-some-ram; }; &vopl { - bootph-all; + bootph-some-ram; }; &xin24m {