mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] dts:imx6:pfla02: Fix SPI NOR for phyFLEX-i.MX6
@ 2014-09-05 13:41 Christian Hemp
  2014-09-08  5:41 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Hemp @ 2014-09-05 13:41 UTC (permalink / raw)
  To: barebox

Add chip-select property to pfla02 devicetree.

Signed-off-by: Christian Hemp <c.hemp@phytec.de>
---
 arch/arm/dts/imx6qdl-phytec-pfla02.dtsi |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi b/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi
index 277573d..a981fd4 100644
--- a/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi
+++ b/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi
@@ -19,6 +19,7 @@
 	flash: m25p80@0 {
 		compatible = "m25p80";
 		spi-max-frequency = <20000000>;
+		reg = <0>;
 	};
 };
 
-- 
1.7.0.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2014-09-08  5:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-05 13:41 [PATCH] dts:imx6:pfla02: Fix SPI NOR for phyFLEX-i.MX6 Christian Hemp
2014-09-08  5:41 ` Sascha Hauer

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