Skip to content

Commit 0f36da3

Browse files
committed
[nrf fromtree] Revert "boards: nordic: nRF54L15DK: set HFXO clock latency to 854"
This reverts commit d0a0769. The reason for reverting this is that the only safe startup time for 54L series is the one defined in the SoC .dtsi files (1650us), and other startup times are not reliable even when tested on a particular board. Signed-off-by: Carles Cufi <[email protected]> (cherry picked from commit 9e52df0)
1 parent 620baa9 commit 0f36da3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

boards/nordic/nrf54l15dk/nrf54l15dk_common.dtsi

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,5 @@
108108
pinctrl-names = "default", "sleep";
109109
};
110110

111-
&hfxo {
112-
startup-time-us = <854>;
113-
};
114-
115111
/* Get a node label for wi-fi spi to use in shield files */
116112
wifi_spi: &spi22 {};

0 commit comments

Comments
 (0)