| commit | 4bf6a756280be4d90edf96f1a4c088c4620be41d | [log] [tgz] |
|---|---|---|
| author | David Jewsbury <david.jewsbury@nordicsemi.no> | Thu Oct 23 18:18:03 2025 +0100 |
| committer | Chris Friedt <chrisfriedt@gmail.com> | Mon Oct 27 16:15:58 2025 -0400 |
| tree | ad9e9f68ebf132391e6d8808c1488627de51bbfa | |
| parent | 69bfd434e1d73a79a2ccb0c0fb5b4839fb5b42e1 [diff] |
drivers: mspi_dw: Edit core disable to after PM init There is a scenario where a Bus fault occurs as the power management isn't initialised yet and the core is attempted to be turned off via the ssienr register. This commit edits this so the core register is written to after the initialisation of the power management. Signed-off-by: David Jewsbury <david.jewsbury@nordicsemi.no>