Skip to content

Commit 1be7718

Browse files
manuarguedecsny
authored andcommitted
s32: soc: s32k146: set RTC_CLK sourced from RTC_CLKIN
Source the RTC clock from the external 32.768Khz crystal. Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
1 parent 967e5ab commit 1be7718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

s32/soc/s32k146/src/Clock_Ip_Cfg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ const Clock_Ip_ClockConfigType Clock_Ip_aClockConfig[1U] = {
239239
#if CLOCK_IP_SELECTORS_NO > 4U
240240
{
241241
RTC_CLK, /* Clock name associated to selector */
242-
SOSCDIV1_CLK, /* Name of the selected input source */
242+
RTC_CLKIN, /* Name of the selected input source */
243243
},
244244
#endif
245245

0 commit comments

Comments
 (0)