drivers: clock_control: mcux_lpc_syscon_clock: Add flexcomm16 suppport
Added FlexCOMM16(HS SPI1) clock for MIMXRT5xx. Signed-off-by: Chay Guo <changyi.guo@nxp.com>
This commit is contained in:
parent
0d64506130
commit
b47a8a428f
2 changed files with 4 additions and 1 deletions
|
@ -98,6 +98,8 @@ static int mcux_lpc_syscon_clock_control_get_subsys_rate(
|
|||
#else
|
||||
*rate = CLOCK_GetFlexCommClkFreq(14);
|
||||
#endif
|
||||
case MCUX_HS_SPI1_CLK:
|
||||
*rate = CLOCK_GetFlexCommClkFreq(16);
|
||||
break;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue