]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm64: xilinx: Setup default number of chipselects for zcu100
authorMichal Simek <michal.simek@xilinx.com>
Thu, 31 May 2018 07:50:10 +0000 (09:50 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 22 Aug 2018 12:20:21 +0000 (14:20 +0200)
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>
arch/arm/dts/zynqmp-zcu100-revC.dts

index 6aa0cf1ed1e1495bc7d0ecccff0033faf5c31108..a9ef1315008c189d60a128ee35bd2848e9d670fa 100644 (file)
 &spi0 { /* Low Speed connector */
        status = "okay";
        label = "LS-SPI0";
+       num-cs = <1>;
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_spi0_default>;
 };
 &spi1 { /* High Speed connector */
        status = "okay";
        label = "HS-SPI1";
+       num-cs = <1>;
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_spi1_default>;
 };