Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: Add spi-[tx/rx]-bus-width for the FSL QSPI controller

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>

authored by

Frieder Schrempf and committed by
Shawn Guo
4f15a4e0 00b79b07

+12
+4
arch/arm/boot/dts/imx6sx-sdb-reva.dts
··· 128 128 #size-cells = <1>; 129 129 compatible = "spansion,s25fl128s", "jedec,spi-nor"; 130 130 spi-max-frequency = <66000000>; 131 + spi-rx-bus-width = <4>; 132 + spi-tx-bus-width = <4>; 131 133 }; 132 134 133 135 flash1: s25fl128s@2 { ··· 138 136 #size-cells = <1>; 139 137 compatible = "spansion,s25fl128s", "jedec,spi-nor"; 140 138 spi-max-frequency = <66000000>; 139 + spi-rx-bus-width = <4>; 140 + spi-tx-bus-width = <4>; 141 141 }; 142 142 }; 143 143
+4
arch/arm/boot/dts/imx6sx-sdb.dts
··· 113 113 #size-cells = <1>; 114 114 compatible = "micron,n25q256a", "jedec,spi-nor"; 115 115 spi-max-frequency = <29000000>; 116 + spi-rx-bus-width = <4>; 117 + spi-tx-bus-width = <4>; 116 118 reg = <0>; 117 119 }; 118 120 ··· 123 121 #size-cells = <1>; 124 122 compatible = "micron,n25q256a", "jedec,spi-nor"; 125 123 spi-max-frequency = <29000000>; 124 + spi-rx-bus-width = <4>; 125 + spi-tx-bus-width = <4>; 126 126 reg = <2>; 127 127 }; 128 128 };
+2
arch/arm/boot/dts/imx6ul-14x14-evk.dtsi
··· 217 217 #size-cells = <1>; 218 218 compatible = "micron,n25q256a"; 219 219 spi-max-frequency = <29000000>; 220 + spi-rx-bus-width = <4>; 221 + spi-tx-bus-width = <4>; 220 222 reg = <0>; 221 223 }; 222 224 };
+2
arch/arm/boot/dts/ls1021a-moxa-uc-8410a.dts
··· 211 211 #address-cells = <1>; 212 212 #size-cells = <1>; 213 213 spi-max-frequency = <20000000>; 214 + spi-rx-bus-width = <4>; 215 + spi-tx-bus-width = <4>; 214 216 reg = <0>; 215 217 216 218 partitions@0 {