All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] arm: mvebu: armada-370-xp.dtsi: add u-boot, dm-pre-reloc to spi0
@ 2020-05-03 20:00 Ezra Buehler
  2020-05-04  8:04 ` [PATCH 1/2] arm: mvebu: armada-370-xp.dtsi: add u-boot,dm-pre-reloc " Chris Packham
  0 siblings, 1 reply; 8+ messages in thread
From: Ezra Buehler @ 2020-05-03 20:00 UTC (permalink / raw)
  To: u-boot

Without this U-Boot-specific property, the Synology DS414/DS214+ fails
in SPL. As the spi0 node was not scanned the SPI flash cannot be found.

Signed-off-by: Ezra Buehler <ezra@easyb.ch>
---
 arch/arm/dts/armada-370-xp.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/dts/armada-370-xp.dtsi b/arch/arm/dts/armada-370-xp.dtsi
index 50fc0be9f7..21c38cf3f3 100644
--- a/arch/arm/dts/armada-370-xp.dtsi
+++ b/arch/arm/dts/armada-370-xp.dtsi
@@ -284,6 +284,7 @@
 			interrupts = <30>;
 			clocks = <&coreclk 0>;
 			status = "disabled";
+			u-boot,dm-pre-reloc;
 		};
 
 		spi1: spi at 10680 {
-- 
2.26.2

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

end of thread, other threads:[~2020-05-09 11:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-03 20:00 [PATCH 1/2] arm: mvebu: armada-370-xp.dtsi: add u-boot, dm-pre-reloc to spi0 Ezra Buehler
2020-05-04  8:04 ` [PATCH 1/2] arm: mvebu: armada-370-xp.dtsi: add u-boot,dm-pre-reloc " Chris Packham
2020-05-04 18:12   ` Ezra Buehler
2020-05-05  6:45     ` Stefan Roese
2020-05-05  7:10       ` Ezra Buehler
2020-05-05  8:58         ` Stefan Roese
2020-05-09  8:10           ` Ezra Buehler
2020-05-09 11:52             ` Stefan Roese

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.