arm64: dts: Add spi-[tx/rx]-bus-width for the FSL QSPI controller
authorFrieder Schrempf <frieder.schrempf@kontron.de>
Mon, 10 Dec 2018 16:28:49 +0000 (16:28 +0000)
committerShawn Guo <shawnguo@kernel.org>
Sun, 16 Dec 2018 08:24:01 +0000 (16:24 +0800)
We will move the FSL QSPI driver to the SPI framework soon. To
prepare and to make sure the full buswidth is used (as it is with
the current driver), let's add the right properties.

Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts
arch/arm64/boot/dts/freescale/fsl-ls1046a-qds.dts
arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts
arch/arm64/boot/dts/freescale/fsl-ls208xa-qds.dtsi

index d2c06ad..8a50094 100644 (file)
                #address-cells = <1>;
                #size-cells = <1>;
                spi-max-frequency = <20000000>;
+               spi-rx-bus-width = <4>;
+               spi-tx-bus-width = <4>;
                reg = <0>;
        };
 };
index 6ec1adb..2f220ec 100644 (file)
                #address-cells = <1>;
                #size-cells = <1>;
                spi-max-frequency = <20000000>;
+               spi-rx-bus-width = <4>;
+               spi-tx-bus-width = <4>;
                reg = <0>;
        };
 };
index 17f1298..07c665c 100644 (file)
                #address-cells = <1>;
                #size-cells = <1>;
                spi-max-frequency = <20000000>;
+               spi-rx-bus-width = <4>;
+               spi-tx-bus-width = <4>;
                reg = <0>;
        };
 
                #address-cells = <1>;
                #size-cells = <1>;
                spi-max-frequency = <20000000>;
+               spi-rx-bus-width = <4>;
+               spi-tx-bus-width = <4>;
                reg = <1>;
        };
 };
index c11f52e..10d2fe0 100644 (file)
                #size-cells = <1>;
                compatible = "st,m25p80";
                spi-max-frequency = <20000000>;
+               spi-rx-bus-width = <4>;
+               spi-tx-bus-width = <4>;
                reg = <0>;
        };
        flash2: s25fl256s1@2 {
                #size-cells = <1>;
                compatible = "st,m25p80";
                spi-max-frequency = <20000000>;
+               spi-rx-bus-width = <4>;
+               spi-tx-bus-width = <4>;
                reg = <2>;
        };
 };