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:
934a2d4
)
rockchip: rk3288: Fix bootph prop for vop nodes
author
Jonas Karlman
<jonas@kwiboo.se>
Mon, 4 Nov 2024 20:25:40 +0000
(20:25 +0000)
committer
Tom Rini
<trini@konsulko.com>
Sat, 11 Jan 2025 00:56:15 +0000
(18:56 -0600)
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 <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/dts/rk3288-u-boot.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/rk3288-u-boot.dtsi
b/arch/arm/dts/rk3288-u-boot.dtsi
index
48131da
..
2205caa
100644
(file)
--- 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 {