Commit 43655224219d7127eb5b96934e1ff43bde13b91d

Authored by Jagan Teki
1 parent 4dd12454dc

spi: Remove SPI_OPM_RX_DIO|QIOF

SPI_OPM_RX_DIO and SPI_OPM_RX_QIOF are rx IO
commands/opmodes for dual and quad. Usually IO
operation's are referred to flash protocol rather
with spi controller protocol, these are still present
in flash side for the usage of spi-nor controllers.

Cc: Simon Glass <sjg@chromium.org>
Cc: Michal Simek <michal.simek@xilinx.com>
Cc: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Tested-by: Mugunthan V N <mugunthanvnm@ti.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Jagan Teki <jteki@openedev.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Signed-off-by: Jagan Teki <jteki@openedev.com>

Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff

... ... @@ -38,9 +38,7 @@
38 38 #define SPI_OPM_RX_AS (1 << 0)
39 39 #define SPI_OPM_RX_AF (1 << 1)
40 40 #define SPI_OPM_RX_DOUT (1 << 2)
41   -#define SPI_OPM_RX_DIO (1 << 3)
42 41 #define SPI_OPM_RX_QOF (1 << 4)
43   -#define SPI_OPM_RX_QIOF (1 << 5)
44 42  
45 43 /* SPI bus connection options - see enum spi_dual_flash */
46 44 #define SPI_CONN_DUAL_SHARED (1 << 0)