commit | 793e2c1891b42dc01a093b0ccdd90400899a287a | [log] [tgz] |
---|---|---|
author | Eug Krashtan <eug.krashtan@gmail.com> | Mon Apr 26 08:52:13 2021 +0300 |
committer | Kumar Gala <kumar.gala@gmail.com> | Fri May 07 14:57:08 2021 -0500 |
tree | 8b7d64c1279d0ed3cf7a2c770ef134cbdca9f0d7 | |
parent | 93bf5f58e7721d5a768c00b89b1ea6ce385bb51a [diff] |
drivers: flash: at45: Add Reset and WP pins Adding Reset and Write-protect pins initialization during AT45 driver start-up. Usually these pins are driven high when not used. The AT45 device incorporates an internal power-on reset circuit, so there is no initial on-off reset sequence. Signed-off-by: Eug Krashtan <eug.krashtan@gmail.com>