Skip to content

Commit cec2bf0

Browse files
NeilChen93kartben
authored andcommitted
drivers: syscon: support mcxa156 i3c clock in syscon driver
Add mcxa156 i3c clock support Signed-off-by: Neil Chen <[email protected]>
1 parent c9d8d57 commit cec2bf0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/clock_control/clock_control_mcux_syscon.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,8 @@ static int mcux_lpc_syscon_clock_control_get_subsys_rate(const struct device *de
374374
case MCUX_I3C_CLK:
375375
#if CONFIG_SOC_SERIES_MCXN
376376
*rate = CLOCK_GetI3cClkFreq(0);
377+
#elif CONFIG_SOC_SERIES_MCXA
378+
*rate = CLOCK_GetI3CFClkFreq();
377379
#else
378380
*rate = CLOCK_GetI3cClkFreq();
379381
#endif

0 commit comments

Comments
 (0)