lkml.org 
[lkml]   [2020]   [Feb]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v2 06/11] mtd: spi-nor: add support for DTR protocol
On Fri, 28 Feb 2020 17:37:50 +0530
Pratyush Yadav <p.yadav@ti.com> wrote:


> > Isn't there an EXIT sequence that allows NORs to return to a single
> > SPI state?
>
> Yes there is, but it comes with a lot of strings attached. There is a
> hardware reset pin on some flashes that puts the flash in Power-on-Reset
> (POR) mode. But that pin is not mandatory. It also might not be
> connected on a given board.
>
> The other option is a "Soft Reset" (also optional), which puts the flash
> in POR mode after it is given the soft reset command. But to send the
> command you need to know the mode the device is in. On top of that, the
> Soft Reset opcode differs between flashes. According to the xSPI spec,
> some flashes can have the opcode as 0xF0 and some others can have it as
> a two command sequence of 0x66 and 0x99.
>
> And the cherry on top is the fact that these reset operations return to
> a state based on the value of the non-volatile bits. So, if the
> non-volatile configuration is 8D-8D-8D mode, then all these resets
> achieve nothing.

Looks like flash vendors don't learn from their mistakes, they keep
adding more features without really thinking about backward
compatibility :-(.

> >
> > >
> > > So, the only solution I can now think of is having the flash name in
> > > its compatible string in the device tree. This way we can skip all
> > > the Read ID ugliness and can have flash-specific hooks to make it
> > > easier to detect the mode it is in (though I wonder if it is even
> > > possible to detect the mode in a flash that doesn't have SFDP in
> > > 8D-8D-8D).
> >
> > Hm, I'd really like to avoid that if possible.
>
> Unfortunately, I don't really see a better alternative. Just so I
> understand this better, why do you think it is something worth avoiding?

There are 2 main reasons:

1/ board manufacturers usually source their flashes from different
vendors so they're not tied to one of them. That means you can't really
make the compatible too specific or you'd have to deal with DT variants
(one variant per-flash).

2/ I feel like once we start accepting specific compats, people will
try to abuse it and decide that they need one for their flash too,
before even trying to see if there's not a different way to detect the
flash.

\
 
 \ /
  Last update: 2020-02-28 14:20    [W:0.050 / U:1.440 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site