commit | bf085cd38c732a3af742e67416b2782ae158e684 | [log] [tgz] |
---|---|---|
author | JaimeLiao <jaimeliao.tw@gmail.com> | Mon Jul 04 14:12:40 2022 +0800 |
committer | Jagan Teki <jagan@edgeble.ai> | Mon Jul 18 19:15:19 2022 +0530 |
tree | 42360dc9569dfc5a111a88ca6dbae16adec5d1ab | |
parent | f8e98485dab51dd810f1374c1cb34229e5a963b9 [diff] |
mtd: spi-nor-core: Adding different type of command extension in Soft Reset Power-on-Reset is a method to restore flash back to 1S-1S-1S mode from 8D-8D-8D in the begging of probe. Command extension type is not standardized across flash vendors in DTR mode. For suiting different vendor flash devices, adding a flag to seperate types for soft reset on boot. Signed-off-by: JaimeLiao <jaimeliao.tw@gmail.com> Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>