commit | 604ea9243aed01a376846dc4bc5403d1bf35119e | [log] [tgz] |
---|---|---|
author | Lucas Tamborrino <lucas.tamborrino@espressif.com> | Mon Jun 03 14:17:50 2024 -0300 |
committer | Maureen Helm <maureen.helm@analog.com> | Mon Jun 10 14:56:24 2024 -0500 |
tree | fdc1db58e5c3a0cab1ca4a9c08a1b29c4d774d3c | |
parent | 54cb89b8d78ba7e5cd3efd45d56f87bfabe80f29 [diff] |
drivers: spi: esp32: Fix clock initialization The clock should be initialised only once at the drivers init function. Check wether the subsys needs to be disabled in peripheral initialization according to reset reason in clock control. Signed-off-by: Lucas Tamborrino <lucas.tamborrino@espressif.com>