commit | e390105b0fa489837a41fcda8d9b9b55e44f1ebf | [log] [tgz] |
---|---|---|
author | Gerard Marull-Paretas <gerard@teslabs.com> | Thu Oct 01 11:56:03 2020 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Oct 02 11:28:17 2020 +0200 |
tree | 96dfd4f518a747e26b0fa7b8ff9d80e5e94a6342 | |
parent | 8100a4a7c83ffa6d07406a1f5365d411b65f64d6 [diff] |
boards: arm: adafruit_feather_nrf52840: use dual mode for QSPI NOR Right before #28631 was merged the writeoc/readoc settings were ignored, so the flash was actually working in single line mode. In turns out that quad mode can't be used with this flash without setting the QE bit in the status register, so until this is supported fall back to dual mode. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>