From 6842c67d19a092e6c0131199a2eb5c67a3f3a2fe Mon Sep 17 00:00:00 2001 From: Apurva Nandan Date: Sat, 7 Oct 2023 04:29:42 +0530 Subject: [PATCH] arm: dts: k3-j721s2: Add node for OSPI NAND Flash Enable Octal DTR mode for SPI NAND under OSPI0 after the cadence qspi driver is modified to accommodate multiple flashes under a single OSPI instance. Signed-off-by: Apurva Nandan --- arch/arm/dts/k3-j721s2-som-p0.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/dts/k3-j721s2-som-p0.dtsi b/arch/arm/dts/k3-j721s2-som-p0.dtsi index 080bc0e5c9..11d620a78c 100644 --- a/arch/arm/dts/k3-j721s2-som-p0.dtsi +++ b/arch/arm/dts/k3-j721s2-som-p0.dtsi @@ -395,8 +395,8 @@ ospi0_nand: nand@0 { compatible = "spi-nand"; reg = <0x0>; - spi-tx-bus-width = <1>; - spi-rx-bus-width = <1>; + spi-tx-bus-width = <8>; + spi-rx-bus-width = <8>; spi-max-frequency = <25000000>; cdns,tshsl-ns = <60>; cdns,tsd2d-ns = <60>;