commit | 86136a552da01aa09a9dd6a6297fd10cfd8aa10b | [log] [tgz] |
---|---|---|
author | Alexander Dahl <ada@thorsis.com> | Thu Jan 23 13:12:12 2025 +0100 |
committer | Eugen Hristev <eugen.hristev@linaro.org> | Wed Feb 12 10:29:33 2025 +0200 |
tree | 3ddeef26a837290942d373f3f6ee321675e67776 | |
parent | cced8e09a83a7e5f36d328cae10c3814a7c339ea [diff] |
spi: atmel-quadspi: Remove default mode setting at probe time The Serial Memory Mode (SMM) is enabled with atmel_qspi_set_cfg() on each invocation of atmel_qspi_exec_op(). Setting SMM through atmel_qspi_init() at probe time is redundant. Removing the SMM setting at probe time should therefore 1) be safe to do and 2) allows for setting it to a different value in a future implementation of .xfer() which needs to disable SMM. Signed-off-by: Alexander Dahl <ada@thorsis.com>