Re: [PATCH v2 2/6] mtd: spi-nor: spansion: write 2 bytes when disabling Octal DTR mode

From: Michael Walle
Date: Tue Jun 01 2021 - 08:47:20 EST


Am 2021-05-31 20:17, schrieb Pratyush Yadav:
The Octal DTR configuration is stored in the CFR5V register. This
register is 1 byte wide. But 1 byte long transactions are not allowed in
8D-8D-8D mode. Since the next byte address does not contain any
register, it is safe to write any value to it. Write a 0 to it.

Signed-off-by: Pratyush Yadav <p.yadav@xxxxxx>
---

Can't say much, because there is no public datasheet, is there?

But looks sane. Same for patch 3/6.