sync socfpga common u-boot dts
authorBrian Sune <briansune@gmail.com>
Mon, 10 Nov 2025 05:00:40 +0000 (13:00 +0800)
committerTien 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

index eb3d103..695242b 100644 (file)
@@ -5,6 +5,10 @@
  * Copyright (c) 2019 Simon Goldschmidt
  */
 /{
+       memory {
+               bootph-all;
+       };
+
        soc {
                bootph-all;
        };
        bootph-all;
 };
 
+&L2 {
+       bootph-all;
+};
+
 &rst {
        bootph-all;
 };