diff --git a/soc/silabs/common/soc.c b/soc/silabs/common/soc.c index 5d3e9db5693..d406e615a91 100644 --- a/soc/silabs/common/soc.c +++ b/soc/silabs/common/soc.c @@ -22,9 +22,7 @@ #ifdef CONFIG_SOC_GECKO_DEV_INIT #include #include -#include #include -#include #ifdef CONFIG_PM #include @@ -219,7 +217,6 @@ void soc_early_init_hook(void) sl_device_init_dcdc(); sl_device_init_hfxo(); sl_device_init_dpll(); - sl_device_init_emu(); #ifdef CONFIG_PM sl_power_manager_init(); diff --git a/west.yml b/west.yml index 858af03637f..b61098e2d57 100644 --- a/west.yml +++ b/west.yml @@ -223,7 +223,7 @@ manifest: groups: - hal - name: hal_silabs - revision: 4c813a1f6c0bba03dec45a3878ba06cfb385565d + revision: bb44c61d3f8b1e00d7b3d3804cfaf8df1e905d5d path: modules/hal/silabs groups: - hal