Skip to content

Commit

Permalink
soc: silabs: siwx917: Rename ULP_UART_ULP_MHZ_RC_CLK
Browse files Browse the repository at this point in the history
Wiseconnect 3.4 renamed the symbol ULP_UART_ULP_MHZ_RC_CLK

Signed-off-by: Jérôme Pouiller <[email protected]>
  • Loading branch information
jerome-pouiller committed Dec 5, 2024
1 parent b1f968e commit eb2342e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soc/silabs/silabs_siwx917/siwg917/soc.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ int silabs_siwx917_init(void)

/* FIXME: do not hardcode UART instances */
#if DT_NODE_HAS_STATUS(DT_NODELABEL(ulpuart0), okay)
RSI_ULPSS_UlpUartClkConfig(ULPCLK, ENABLE_STATIC_CLK, 0, ULP_UART_ULP_32MHZ_RC_CLK, 1);
RSI_ULPSS_UlpUartClkConfig(ULPCLK, ENABLE_STATIC_CLK, 0, ULP_UART_ULP_MHZ_RC_CLK, 1);
#endif
#if DT_NODE_HAS_STATUS(DT_NODELABEL(uart1), okay)
RSI_CLK_UsartClkConfig(M4CLK, ENABLE_STATIC_CLK, 0, USART1, 0, 1);
Expand Down

0 comments on commit eb2342e

Please sign in to comment.