Commit 12558f9
committed
soc:nordic:nrf54l Fix for arch_busy_wait on 54l with tfm
Noup as it patches code that does not exist in zephyr
arch_busy_wait waited half the expected time due to SystemCoreClock
being set back to the default value when ns builds.
Changed to rely on device tree as to avoid hardcoded clock frequencies
Signed-off-by: Dag Erik Gjørvad <[email protected]>1 parent a70d6bd commit 12558f9
1 file changed
+7
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
| |||
170 | 172 | | |
171 | 173 | | |
172 | 174 | | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | 175 | | |
182 | 176 | | |
183 | 177 | | |
184 | 178 | | |
185 | 179 | | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
186 | 185 | | |
187 | 186 | | |
188 | 187 | | |
| |||
0 commit comments