summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Sune <[email protected]>2025-11-10 13:00:40 +0800
committerTien Fong Chee <[email protected]>2025-12-01 14:02:01 +0800
commite291277689f62e2e9170d8e130d876de6161b363 (patch)
tree5d32328d26726e4207308b91e31127f05aa9cf03
parent6beb48a3952b59e7b8b613ecf29e75d87d796f60 (diff)
sync socfpga common u-boot dts
The dtsi for socfpga common should turn on L2 and memory and no reason not to do so Signed-off-by: Brian Sune <[email protected]> Reviewed-by: Tien Fong Chee <[email protected]>
-rw-r--r--arch/arm/dts/socfpga-common-u-boot.dtsi8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/socfpga-common-u-boot.dtsi b/arch/arm/dts/socfpga-common-u-boot.dtsi
index eb3d1039314..695242bec21 100644
--- 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;
};