git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e3c7e8
)
rockchip: rk3399: Fix bootph prop for vop nodes
author
Jonas Karlman
<jonas@kwiboo.se>
Tue, 30 Apr 2024 15:30:21 +0000
(15:30 +0000)
committer
Kever Yang
<kever.yang@rock-chips.com>
Tue, 7 May 2024 07:56:08 +0000
(15:56 +0800)
The vop nodes 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.
Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/dts/rk3399-u-boot.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/rk3399-u-boot.dtsi
b/arch/arm/dts/rk3399-u-boot.dtsi
index
b9b8d3e
..
496f25d
100644
(file)
--- a/
arch/arm/dts/rk3399-u-boot.dtsi
+++ b/
arch/arm/dts/rk3399-u-boot.dtsi
@@
-143,9
+143,9
@@
};
&vopb {
- bootph-
all
;
+ bootph-
some-ram
;
};
&vopl {
- bootph-
all
;
+ bootph-
some-ram
;
};