arm64: zynqmp: Change the spi-rx-bus-width property to x1
authorVenkatesh Yadav Abbarapu <venkatesh.abbarapu@xilinx.com>
Wed, 14 Nov 2018 11:50:18 +0000 (17:20 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 15 Feb 2019 14:04:01 +0000 (15:04 +0100)
As per the zc1275 design x1 mode is enabled so changing the
spi-rx-bus-width property to x1.

Signed-off-by: Venkatesh Yadav Abbarapu <venkatesh.abbarapu@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/dts/zynqmp-zc1275-revB.dts

index e84b2da..1a7975b 100644 (file)
@@ -47,7 +47,7 @@
                #size-cells = <1>;
                reg = <0x0>;
                spi-tx-bus-width = <1>;
-               spi-rx-bus-width = <4>;
+               spi-rx-bus-width = <1>;
                spi-max-frequency = <108000000>; /* Based on DC1 spec */
                partition@qspi-fsbl-uboot { /* for testing purpose */
                        label = "qspi-fsbl-uboot";