projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f43b6d4
)
rockchip: rk3328: Fix bootph prop for vop node
author
Jonas Karlman
<jonas@kwiboo.se>
Sun, 21 Apr 2024 20:12:29 +0000
(20:12 +0000)
committer
Kever Yang
<kever.yang@rock-chips.com>
Fri, 26 Apr 2024 07:47:05 +0000
(15:47 +0800)
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 <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/dts/rk3328-u-boot.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/rk3328-u-boot.dtsi
b/arch/arm/dts/rk3328-u-boot.dtsi
index 7c5067cf002e3eb0fc9e77037189faf17a97907a..d3608bd0e2b2f16b07e9091b39e171d2809a7ead 100644
(file)
--- 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