arm: dts: lx2160a: Use flexspi in octal I/O mode
authorKuldeep Singh <kuldeep.singh@nxp.com>
Sat, 14 Mar 2020 12:53:56 +0000 (18:23 +0530)
committerPriyanka Jain <priyanka.jain@nxp.com>
Mon, 30 Mar 2020 02:42:13 +0000 (08:12 +0530)
Configure RX and TX bus-width values to use flexspi in octal I/O mode.
If bus-widths are not specified, then single I/O mode is set by default.

Signed-off-by: Kuldeep Singh <kuldeep.singh@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
arch/arm/dts/fsl-lx2160a-qds.dts
arch/arm/dts/fsl-lx2160a-rdb.dts

index 33bedae65537d38fb42cc751c089969379100113..592fd5977e27f389cddc787f72a88dfc7e8ff550 100644 (file)
@@ -58,6 +58,8 @@
                compatible = "jedec,spi-nor";
                spi-max-frequency = <50000000>;
                reg = <0>;
+               spi-rx-bus-width = <8>;
+               spi-tx-bus-width = <1>;
        };
 };
 
index e542c6992ab87c59aeb575d8299d264bdfb71ec6..87617ca51f6a67dcd65354d37884de3e597e7b83 100644 (file)
@@ -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@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>;
        };
 };