drivers: clock_control_mcux_syscon: add sctimer

Add SCTIMER key to syscon clock control

Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
This commit is contained in:
Declan Snyder 2023-09-07 10:35:00 -05:00 committed by Carles Cufí
commit 97c2ef6666
2 changed files with 5 additions and 0 deletions

View file

@ -145,6 +145,9 @@ static int mcux_lpc_syscon_clock_control_get_subsys_rate(
break;
#endif
#if defined(CONFIG_PWM_MCUX_SCTIMER)
case MCUX_SCTIMER_CLK:
#endif
case MCUX_BUS_CLK:
*rate = CLOCK_GetFreq(kCLOCK_BusClk);
break;