Re: [PATCH v10 11/17] mtd: spi-nor: sfdp: do not make invalid quad enable fatal
From: <hidden>
Date: 2020-07-13 09:33:41
Also in:
linux-mediatek, linux-spi, lkml
From: <hidden>
Date: 2020-07-13 09:33:41
Also in:
linux-mediatek, linux-spi, lkml
On 6/23/20 9:30 PM, Pratyush Yadav wrote:
The Micron MT35XU512ABA flash does not support the quad enable bit. But
instead of programming the Quad Enable Require field to 000b ("Device
does not have a QE bit"), it is programmed to 111b ("Reserved").
While this is technically incorrect, it is not reason enough to abort
BFPT parsing. Instead, continue BFPT parsing and let flashes set it in
their fixup hooks.
Signed-off-by: Pratyush Yadav <redacted>
---
drivers/mtd/spi-nor/sfdp.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel