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:
parent
0711a40cf7
commit
97c2ef6666
2 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue