summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx6ul-14x14-evk.dtsi
diff options
context:
space:
mode:
authorFrieder Schrempf <frieder.schrempf@kontron.de>2018-12-10 17:28:50 +0100
committerShawn Guo <shawnguo@kernel.org>2018-12-16 09:23:37 +0100
commit4f15a4e0d21b9b171aaa78efde2fd60f44f2e62c (patch)
tree82d373468cb6c2e47376f14c1452126926178d9a /arch/arm/boot/dts/imx6ul-14x14-evk.dtsi
parentARM: dts: imx6sx-sdb: Fix the reg properties for the FSL QSPI nodes (diff)
downloadlinux-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/imx6ul-14x14-evk.dtsi')
-rw-r--r--arch/arm/boot/dts/imx6ul-14x14-evk.dtsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6ul-14x14-evk.dtsi b/arch/arm/boot/dts/imx6ul-14x14-evk.dtsi
index 5223ada4fe31..9207d5d071f1 100644
--- a/arch/arm/boot/dts/imx6ul-14x14-evk.dtsi
+++ b/arch/arm/boot/dts/imx6ul-14x14-evk.dtsi
@@ -217,6 +217,8 @@
#size-cells = <1>;
compatible = "micron,n25q256a";
spi-max-frequency = <29000000>;
+ spi-rx-bus-width = <4>;
+ spi-tx-bus-width = <4>;
reg = <0>;
};
};