Re: [PATCH 2/2] mtd: spi-nor: Mask out fast read if not requested in DT

2021-07-30 Thread Pratyush Yadav
Hi Bin, On 29/07/21 07:58PM, Bin Meng wrote: > The DT bindings of "jedec,spi-nor" [1] defines "m25p,fast-read" property > to indicate that "fast read" opcode can be used to read data from the > chip instead of the usual "read" opcode. > > If this property is not present in DT, mask out fast read

[PATCH 2/2] mtd: spi-nor: Mask out fast read if not requested in DT

2021-07-29 Thread Bin Meng
The DT bindings of "jedec,spi-nor" [1] defines "m25p,fast-read" property to indicate that "fast read" opcode can be used to read data from the chip instead of the usual "read" opcode. If this property is not present in DT, mask out fast read in spi_nor_init_params(). This change mirrors the same l