aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMichal Simek2018-05-31 09:50:10 +0200
committerMichal Simek2018-07-19 10:49:55 +0200
commitc7e794892489316c035e6a0c9e3753306f79d4c0 (patch)
tree2e58f1e519297b1683f26d48a25e424bf3882ea5 /arch
parent704849900a657a0a03bfe2f129c1544e954a618d (diff)
arm64: xilinx: Setup default number of chipselects for zcu100
There is only one chipselect on each connector. Define it directly in board dts file. There should be an option to use more chipselects via gpios. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/zynqmp-zcu100-revC.dts2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/dts/zynqmp-zcu100-revC.dts b/arch/arm/dts/zynqmp-zcu100-revC.dts
index 6e575a063be..2fffe177b58 100644
--- a/arch/arm/dts/zynqmp-zcu100-revC.dts
+++ b/arch/arm/dts/zynqmp-zcu100-revC.dts
@@ -280,11 +280,13 @@
&spi0 { /* Low Speed connector */
status = "okay";
label = "LS-SPI0";
+ num-cs = <1>;
};
&spi1 { /* High Speed connector */
status = "okay";
label = "HS-SPI1";
+ num-cs = <1>;
};
&uart0 {