[U-Boot] [PATCH 4/9] dts: zynq_zc706: update qspi node with is-dual and num-cs

Siva Durga Prasad Paladugu siva.durga.paladugu at xilinx.com
Mon Jun 6 11:44:49 CEST 2016


Update qspi node with properties is-dual and num-cs
QSPI flash devices on zc706 connected in dual paralle mode
hence is-dual is 1 and num-cs is 1.
The property is-dual expalins the dual parallel connection mode
The property num-cs defines number of chip selects whose value
is 1 incase of dual parllel connection

Signed-off-by: Siva Durga Prasad Paladugu <sivadur at xilinx.com>
---
 arch/arm/dts/zynq-zc706.dts |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/arm/dts/zynq-zc706.dts b/arch/arm/dts/zynq-zc706.dts
index d04880a..ee58128 100644
--- a/arch/arm/dts/zynq-zc706.dts
+++ b/arch/arm/dts/zynq-zc706.dts
@@ -309,6 +309,8 @@
 &qspi {
 	u-boot,dm-pre-reloc;
 	status = "okay";
+	is-dual = <1>;
+	num-cs = <1>;
 };
 
 &sdhci0 {
-- 
1.7.1



More information about the U-Boot mailing list