diff mbox series

[3/3] arm: dts: lx2160a: Add RX, TX buswidth in qspi to use octal mode

Message ID 1580729549-1769-4-git-send-email-kuldeep.singh@nxp.com
State New
Headers show
Series Enable octal read support for mt35xu* flashes | expand

Commit Message

Kuldeep Singh Feb. 3, 2020, 11:32 a.m. UTC
Signed-off-by: Kuldeep Singh <kuldeep.singh at nxp.com>
---
Depends on https://patchwork.ozlabs.org/project/uboot/list/?series=141023

 arch/arm/dts/fsl-lx2160a-rdb.dts | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm/dts/fsl-lx2160a-rdb.dts b/arch/arm/dts/fsl-lx2160a-rdb.dts
index e542c69..87617ca 100644
--- a/arch/arm/dts/fsl-lx2160a-rdb.dts
+++ b/arch/arm/dts/fsl-lx2160a-rdb.dts
@@ -39,6 +39,8 @@ 
 		compatible = "jedec,spi-nor";
 		spi-max-frequency = <50000000>;
 		reg = <0>;
+		spi-rx-bus-width = <8>;
+		spi-tx-bus-width = <1>;
 	};
 
 	mt35xu512aba1: flash at 1 {
@@ -47,6 +49,8 @@ 
 		compatible = "jedec,spi-nor";
 		spi-max-frequency = <50000000>;
 		reg = <1>;
+		spi-rx-bus-width = <8>;
+		spi-tx-bus-width = <1>;
 	};
 };