commit | d96645db36353482044438bff6f3482d34fd9a38 | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@foss.st.com> | Wed Jan 20 14:42:01 2021 +0100 |
committer | Patrice Chotard <patrice.chotard@foss.st.com> | Thu Mar 11 16:36:32 2021 +0100 |
tree | 03e6afc533e934e54c60d58c83f40561a6ba214d | |
parent | 607be3d127cfd61eb9d43de003dbd3c5d1f78740 [diff] |
mtd: spi-nor: Add WATCHDOG_RESET() in spi_nor_core callbacks In case of big area write/erase on spi nor, watchdog timeout may occurs. Issue reproduced on stm32mp157c-ev1 with following commands: sf write 0xC0000000 0 0x3000000 or sf erase 0 0x1000000 Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com> Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>