[PATCH v1] sync socfpga common u-boot dts

Brian Sune briansune at gmail.com
Mon Nov 10 06:00:40 CET 2025


The dtsi for socfpga common should
turn on L2 and memory and no reason not
to do so

Signed-off-by: Brian Sune <briansune at gmail.com>
---
 arch/arm/dts/socfpga-common-u-boot.dtsi | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/dts/socfpga-common-u-boot.dtsi b/arch/arm/dts/socfpga-common-u-boot.dtsi
index eb3d1039314..ff9da15665f 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;
 };
-- 
2.25.1



More information about the U-Boot mailing list