diff options
author | Frieder Schrempf <frieder.schrempf@kontron.de> | 2018-12-10 17:28:50 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-12-16 09:23:37 +0100 |
commit | 4f15a4e0d21b9b171aaa78efde2fd60f44f2e62c (patch) | |
tree | 82d373468cb6c2e47376f14c1452126926178d9a /arch/arm/boot/dts/ls1021a-moxa-uc-8410a.dts | |
parent | ARM: dts: imx6sx-sdb: Fix the reg properties for the FSL QSPI nodes (diff) | |
download | linux-4f15a4e0d21b9b171aaa78efde2fd60f44f2e62c.tar.xz linux-4f15a4e0d21b9b171aaa78efde2fd60f44f2e62c.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/ls1021a-moxa-uc-8410a.dts')
-rw-r--r-- | arch/arm/boot/dts/ls1021a-moxa-uc-8410a.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ls1021a-moxa-uc-8410a.dts b/arch/arm/boot/dts/ls1021a-moxa-uc-8410a.dts index 6bb7ce05ccf3..6a83f30029ea 100644 --- a/arch/arm/boot/dts/ls1021a-moxa-uc-8410a.dts +++ b/arch/arm/boot/dts/ls1021a-moxa-uc-8410a.dts @@ -211,6 +211,8 @@ #address-cells = <1>; #size-cells = <1>; spi-max-frequency = <20000000>; + spi-rx-bus-width = <4>; + spi-tx-bus-width = <4>; reg = <0>; partitions@0 { |