public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] arm: socfpga: Make /soc available in pre-reloc
@ 2015-12-22  3:41 Marek Vasut
  2015-12-22  3:41 ` [U-Boot] [PATCH 2/2] arm: socfpga: Enable simple bus in SPL on all boards Marek Vasut
  0 siblings, 1 reply; 3+ messages in thread
From: Marek Vasut @ 2015-12-22  3:41 UTC (permalink / raw)
  To: u-boot

This node must be available before relocation, otherwise the board
will not find mmc and will thus not boot.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
---
 arch/arm/dts/socfpga_cyclone5_socdk.dts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/dts/socfpga_cyclone5_socdk.dts b/arch/arm/dts/socfpga_cyclone5_socdk.dts
index 224928f..a202709 100644
--- a/arch/arm/dts/socfpga_cyclone5_socdk.dts
+++ b/arch/arm/dts/socfpga_cyclone5_socdk.dts
@@ -34,6 +34,10 @@
 		regulator-min-microvolt = <3300000>;
 		regulator-max-microvolt = <3300000>;
 	};
+
+	soc {
+		u-boot,dm-pre-reloc;
+	};
 };
 
 &gmac1 {
-- 
2.1.4

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

end of thread, other threads:[~2015-12-22 20:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-22  3:41 [U-Boot] [PATCH 1/2] arm: socfpga: Make /soc available in pre-reloc Marek Vasut
2015-12-22  3:41 ` [U-Boot] [PATCH 2/2] arm: socfpga: Enable simple bus in SPL on all boards Marek Vasut
2015-12-22 20:20   ` Marek Vasut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox