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:
6beb48a
)
sync socfpga common u-boot dts
author
Brian Sune
<briansune@gmail.com>
Mon, 10 Nov 2025 05:00:40 +0000
(13:00 +0800)
committer
Tien Fong Chee
<tien.fong.chee@intel.com>
Mon, 1 Dec 2025 06:02:01 +0000
(14:02 +0800)
The dtsi for socfpga common should
turn on L2 and memory and no reason not
to do so
Signed-off-by: Brian Sune <briansune@gmail.com>
Reviewed-by: Tien Fong Chee <tien.fong.chee@altera.com>
arch/arm/dts/socfpga-common-u-boot.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/socfpga-common-u-boot.dtsi
b/arch/arm/dts/socfpga-common-u-boot.dtsi
index
eb3d103
..
695242b
100644
(file)
--- a/
arch/arm/dts/socfpga-common-u-boot.dtsi
+++ b/
arch/arm/dts/socfpga-common-u-boot.dtsi
@@
-5,6
+5,10
@@
* Copyright (c) 2019 Simon Goldschmidt
*/
/{
+ memory {
+ bootph-all;
+ };
+
soc {
bootph-all;
};
@@
-14,6
+18,10
@@
bootph-all;
};
+&L2 {
+ bootph-all;
+};
+
&rst {
bootph-all;
};