Re: [Patch v2 1/3] mtd: spi-nor-ids: Enable SPI_NOR_OCTAL_READ flag for mt35xu*

2020-02-16 Thread Vignesh Raghavendra
On 11/02/20 11:59 am, Kuldeep Singh wrote: > Commit "658df8bd9464"(mtd: spi-nor-core: Add octal mode support) enables > octal mode(1-1-8) support in spi-nor framework. > > mt35xu512aba and mt35xu02g supports SINGLE and OCTAL I/O. > Hence, enable SPI_NOR_OCTAL_READ flag for these flashes. > > S

[Patch v2 1/3] mtd: spi-nor-ids: Enable SPI_NOR_OCTAL_READ flag for mt35xu*

2020-02-10 Thread Kuldeep Singh
Commit "658df8bd9464"(mtd: spi-nor-core: Add octal mode support) enables octal mode(1-1-8) support in spi-nor framework. mt35xu512aba and mt35xu02g supports SINGLE and OCTAL I/O. Hence, enable SPI_NOR_OCTAL_READ flag for these flashes. Signed-off-by: Kuldeep Singh --- v2: Reword commit message