All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] sync socfpga common u-boot dts
@ 2025-11-10  5:00 Brian Sune
  2025-11-12 16:35 ` Sune Brian
  2025-11-17  9:08 ` Chee, Tien Fong
  0 siblings, 2 replies; 7+ messages in thread
From: Brian Sune @ 2025-11-10  5:00 UTC (permalink / raw)
  To: Tom Rini, u-boot

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>
---
 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


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-11-17  9:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-10  5:00 [PATCH v1] sync socfpga common u-boot dts Brian Sune
2025-11-12 16:35 ` Sune Brian
2025-11-12 16:41   ` Tom Rini
2025-11-12 16:55     ` Sune Brian
2025-11-12 16:57       ` Tom Rini
2025-11-12 17:08         ` Sune Brian
2025-11-17  9:08 ` Chee, Tien Fong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.