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>
This commit is contained in:
Manuel Argüelles 2024-01-28 16:37:51 +07:00 committed by Declan Snyder
parent 967e5ab980
commit 1be7718c59
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ const Clock_Ip_ClockConfigType Clock_Ip_aClockConfig[1U] = {
#if CLOCK_IP_SELECTORS_NO > 4U
{
RTC_CLK, /* Clock name associated to selector */
SOSCDIV1_CLK, /* Name of the selected input source */
RTC_CLKIN, /* Name of the selected input source */
},
#endif