All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] arm: socfpga: make socfpga_socrates_defconfig boot from QSPI
@ 2018-08-06 13:05 Simon Goldschmidt
  2018-08-06 13:10 ` Marek Vasut
  0 siblings, 1 reply; 18+ messages in thread
From: Simon Goldschmidt @ 2018-08-06 13:05 UTC (permalink / raw)
  To: u-boot

This fixes the board's dts to supply SPL with QSPI info.

The EBV Socrates board has DIP switches to boot from SD card or
QSPI, so let's fix its defconfig to work for both cases.

Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>

---

 arch/arm/dts/socfpga_cyclone5_socrates.dts | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/dts/socfpga_cyclone5_socrates.dts b/arch/arm/dts/socfpga_cyclone5_socrates.dts
index 0d452ae300..46d7eabdc8 100644
--- a/arch/arm/dts/socfpga_cyclone5_socrates.dts
+++ b/arch/arm/dts/socfpga_cyclone5_socrates.dts
@@ -63,6 +63,7 @@
 
 &qspi {
 	status = "okay";
+	u-boot,dm-pre-reloc;
 
 	flash0: n25q00 at 0 {
 		#address-cells = <1>;
@@ -77,6 +78,7 @@
 		cdns,tsd2d-ns = <50>;
 		cdns,tchsh-ns = <4>;
 		cdns,tslch-ns = <4>;
+		u-boot,dm-pre-reloc;
 	};
 };
 
-- 
2.17.1

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

end of thread, other threads:[~2018-10-08 20:27 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-06 13:05 [U-Boot] [PATCH] arm: socfpga: make socfpga_socrates_defconfig boot from QSPI Simon Goldschmidt
2018-08-06 13:10 ` Marek Vasut
2018-08-06 13:45   ` Simon Goldschmidt
2018-08-09 19:17     ` Simon Goldschmidt
2018-08-09 21:57       ` Marek Vasut
2018-08-10 12:56         ` Simon Goldschmidt
2018-08-10 13:15           ` Marek Vasut
2018-08-10 20:11             ` Simon Goldschmidt
2018-08-10 20:21               ` Marek Vasut
2018-08-11 19:26                 ` Simon Goldschmidt
2018-08-11 22:05                   ` Marek Vasut
2018-08-12 20:04                     ` Simon Goldschmidt
2018-08-13 10:21                       ` Marek Vasut
2018-09-17 20:39         ` Simon Goldschmidt
2018-10-07  6:43         ` Simon Goldschmidt
2018-10-07 13:24           ` Marek Vasut
2018-10-08 18:45             ` Simon Goldschmidt
2018-10-08 20:27               ` Marek Vasut

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.