s32: s32k146: fix RTC clock source

Commit 1be7718c59 wrongly set the RTC
clock source to an external oscillator which is not present in the only
board using this SoC at the moment. Instead use the 32 KHz internal
oscillator which is enabled at PoR and always available.

Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
This commit is contained in:
Manuel Argüelles 2024-04-14 12:01:39 +07:00 committed by Mahesh Mahadevan
parent 0afb4f2638
commit cd046faf8a
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 */
RTC_CLKIN, /* Name of the selected input source */
LPO_32K_CLK, /* Name of the selected input source */
},
#endif