diff options
| author | James Munns <[email protected]> | 2025-12-18 19:35:44 +0100 |
|---|---|---|
| committer | James Munns <[email protected]> | 2025-12-18 19:35:44 +0100 |
| commit | 25f1963690a52a04ea0bc23e397b4fe6f585777a (patch) | |
| tree | 8ffa78487c68cfb85a41b130b8a0e2ac3f24a904 /embassy-mcxa/src | |
| parent | 1a3eb7ef28c071e17f93663f7e07d7d6e9f7789e (diff) | |
SPLL needs to ensure LDO is active
Diffstat (limited to 'embassy-mcxa/src')
| -rw-r--r-- | embassy-mcxa/src/clocks/mod.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/embassy-mcxa/src/clocks/mod.rs b/embassy-mcxa/src/clocks/mod.rs index 5a2d5ed5c..04559fd04 100644 --- a/embassy-mcxa/src/clocks/mod.rs +++ b/embassy-mcxa/src/clocks/mod.rs | |||
| @@ -978,6 +978,9 @@ impl ClockOperator<'_> { | |||
| 978 | return Ok(()); | 978 | return Ok(()); |
| 979 | }; | 979 | }; |
| 980 | 980 | ||
| 981 | // Ensure the LDO is active | ||
| 982 | self.ensure_ldo_active(); | ||
| 983 | |||
| 981 | // match on the source, ensure it is active already | 984 | // match on the source, ensure it is active already |
| 982 | let res = match cfg.source { | 985 | let res = match cfg.source { |
| 983 | config::SpllSource::Sosc => self | 986 | config::SpllSource::Sosc => self |
