Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions boards/nordic/nrf54l15dk/nrf54l15dk_common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,5 @@
pinctrl-names = "default", "sleep";
};

&hfxo {
startup-time-us = <854>;
};

/* Get a node label for wi-fi spi to use in shield files */
wifi_spi: &spi22 {};
2 changes: 1 addition & 1 deletion drivers/flash/spi_nor.c
Original file line number Diff line number Diff line change
Expand Up @@ -1376,7 +1376,7 @@ static int spi_nor_process_sfdp(const struct device *dev)

if (id == JESD216_SFDP_PARAM_ID_BFP) {
union {
uint32_t dw[MIN(php->len_dw, 20)];
uint32_t dw[20];
struct jesd216_bfp bfp;
} u_param;
const struct jesd216_bfp *bfp = &u_param.bfp;
Expand Down