Skip to content

Commit 18d16eb

Browse files
jerome-pouillerkartben
authored andcommitted
boards: silabs: siwx91x: Fix PM with rb4342
Currently twister complains: benchmark.kernel.footprints.pm on siwx917_rb4342a/siwg917m111mgtba error (CMake build failure - warning: SILABS_SLEEPTIMER_TIMER (defined at soc/silabs/silabs_s2/Kconfig.defconfig:17, drivers/timer/Kconfig.silabs:4) has direct dependencies (SOC_FAMILY_SILABS_S2 || SOC_FAMILY_SILABS_SIWX91X) && DT_HAS_SILABS_GECKO_STIMER_ENABLED && SYS_CLOCK_EXISTS with value n, but is currently being y-selected by the following symbols:) So, SILABS_SLEEPTIMER_TIMER can't be selected because DT_HAS_SILABS_GECKO_STIMER_ENABLED is not selected. We just have to enable the proper timer in the DT of rb4342s to fix the issue. Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
1 parent 3fe7c57 commit 18d16eb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

boards/silabs/radio_boards/siwx917_rb4342a/siwx917_rb4342a.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@
114114
};
115115
};
116116

117+
&sysrtc0 {
118+
status = "okay";
119+
};
120+
117121
&memc {
118122
clocks = <&clock0 SIWX91X_CLK_QSPI>;
119123
pinctrl-0 = <&psram_default>;

0 commit comments

Comments
 (0)