summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Karlman <[email protected]>2024-04-21 20:12:29 +0000
committerKever Yang <[email protected]>2024-04-26 15:47:05 +0800
commit405818dff69ec4bb650d916cf4ffd9593d95c99a (patch)
tree3fcf7bd4876689e6375428e2bcfc637a1ddc8ba9
parentf43b6d4714ee7818cac5c8ef099ab461e12cce83 (diff)
rockchip: rk3328: Fix bootph prop for vop node
The vop node should not be included in TPL/SPL control FDT, it should only be included at U-Boot proper pre-reloc phase. Change to use bootph-some-ram prop to fix this. Fixes: 6794063d5065 ("ARM: dts: rk3328: Enable VOP for bootph-all") Signed-off-by: Jonas Karlman <[email protected]> Reviewed-by: Kever Yang <[email protected]>
-rw-r--r--arch/arm/dts/rk3328-u-boot.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/rk3328-u-boot.dtsi b/arch/arm/dts/rk3328-u-boot.dtsi
index 7c5067cf002..d3608bd0e2b 100644
--- a/arch/arm/dts/rk3328-u-boot.dtsi
+++ b/arch/arm/dts/rk3328-u-boot.dtsi
@@ -131,7 +131,7 @@
};
&vop {
- bootph-all;
+ bootph-some-ram;
};
#ifdef CONFIG_ROCKCHIP_SPI_IMAGE