Commits

Han Xu committed 0b071883579
MLK-11087: mtd:qspi: support DDR Quad mode for Macronix mx25l51245g Enable DDR quad mode for Macronix qspi chip mx25l51245g by setting Quad bit in status register and enabling in dts file. The LUT for SPINOR_OP_READ_1_4_4_D was initially designed for Spansion qspi chip, so there is one cycle for "mode" after address and before dummy. While Macronix qspi chip doesn't have this feature, so we just take off one cycle in dts file to bypass this problem. Signed-off-by: Han Xu <b45815@freescale.com> (cherry picked and merge from commit e03fdad1c7713a7db70112e00c4ae96848accd34)