diff options
author | Michal Simek <michal.simek@xilinx.com> | 2018-05-31 09:50:10 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2020-01-09 14:48:44 +0100 |
commit | c8e75cd490771ebfcfda29b1be27730b114cb0e7 (patch) | |
tree | f4449284d0a57cfc601974a488451c363fbb7fcb /arch | |
parent | b4582390d5841c3f6817953553fa3ebf523edb91 (diff) | |
download | linux-stable-c8e75cd490771ebfcfda29b1be27730b114cb0e7.tar.gz linux-stable-c8e75cd490771ebfcfda29b1be27730b114cb0e7.tar.bz2 linux-stable-c8e75cd490771ebfcfda29b1be27730b114cb0e7.zip |
arm64: zynqmp: 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/arm64/boot/dts/xilinx/zynqmp-zcu100-revC.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/xilinx/zynqmp-zcu100-revC.dts b/arch/arm64/boot/dts/xilinx/zynqmp-zcu100-revC.dts index 2b3757dd74cc..a109e82982ae 100644 --- a/arch/arm64/boot/dts/xilinx/zynqmp-zcu100-revC.dts +++ b/arch/arm64/boot/dts/xilinx/zynqmp-zcu100-revC.dts @@ -250,11 +250,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 { |