Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: flash: stm32h7: do not unlock CR at the end of init
Do not unlock CR at the end of initialization. The lock mechanism is to protect unwanted registers modifications due to software bugs. There is no point in leaving the registers unlock once the driver is initialized. Signed-off-by: Dawid Niedzwiecki <dawidn@google.com>
- Loading branch information