public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v5 07/16] dts: zc770-xm010: Enable zynq qspi controller node
@ 2015-09-04  7:33 Jagan Teki
  2015-09-04  7:33 ` [U-Boot] [PATCH v5 13/16] spi: Kconfig: Add Zynq QSPI controller entry Jagan Teki
  2015-09-04  7:46 ` [U-Boot] [PATCH v5 07/16] dts: zc770-xm010: Enable zynq qspi controller node Michal Simek
  0 siblings, 2 replies; 6+ messages in thread
From: Jagan Teki @ 2015-09-04  7:33 UTC (permalink / raw)
  To: u-boot

Enabled zynq qspi controller node for zc770-xm010 board.

=> sf probe 0 -- bus1 for selecting qspi controller
=> sf probe 1 -- bus0 for selecting spi controller

Signed-off-by: Jagan Teki <jteki@openedev.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Cc: Michal Simek <michal.simek@xilinx.com>
---
Changes for v2. v3, v4:
	- none
Changes for v5:
	- Make qspi as spi0

 arch/arm/dts/zynq-zc770-xm010.dts | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/arch/arm/dts/zynq-zc770-xm010.dts b/arch/arm/dts/zynq-zc770-xm010.dts
index 680f24c..cf56ac8 100644
--- a/arch/arm/dts/zynq-zc770-xm010.dts
+++ b/arch/arm/dts/zynq-zc770-xm010.dts
@@ -16,7 +16,8 @@
 		ethernet0 = &gem0;
 		i2c0 = &i2c0;
 		serial0 = &uart1;
-		spi0 = &spi1;
+		spi0 = &qspi;
+		spi1 = &spi1;
 	};
 
 	chosen {
@@ -53,6 +54,10 @@
 	};
 };
 
+&qspi {
+	status = "okay";
+};
+
 &can0 {
 	status = "okay";
 };
-- 
1.9.1

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

end of thread, other threads:[~2015-09-04 12:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-04  7:33 [U-Boot] [PATCH v5 07/16] dts: zc770-xm010: Enable zynq qspi controller node Jagan Teki
2015-09-04  7:33 ` [U-Boot] [PATCH v5 13/16] spi: Kconfig: Add Zynq QSPI controller entry Jagan Teki
2015-09-04  7:46   ` Michal Simek
2015-09-04 12:34     ` Jagan Teki
2015-09-04  7:46 ` [U-Boot] [PATCH v5 07/16] dts: zc770-xm010: Enable zynq qspi controller node Michal Simek
2015-09-04 12:34   ` Jagan Teki

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