Skip to content

Commit d84317f

Browse files
Zhiqiang-Houjhedberg
authored andcommitted
drivers: clock: ccm_rev2: add mimx9111 support
Add clock driver support for MIMX9111. Signed-off-by: Hou Zhiqiang <[email protected]> Signed-off-by: Jiafei Pan <[email protected]>
1 parent 531ea30 commit d84317f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/clock_control/clock_control_mcux_ccm_rev2.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,8 @@ static int mcux_ccm_get_subsys_rate(const struct device *dev,
324324
default:
325325
return -EINVAL;
326326
}
327-
#if defined(CONFIG_SOC_MIMX9352) || defined(CONFIG_SOC_MIMX9131)
327+
#if defined(CONFIG_SOC_MIMX9352) || defined(CONFIG_SOC_MIMX9131) \
328+
|| defined(CONFIG_SOC_MIMX9111)
328329
*rate = CLOCK_GetIpFreq(clock_root);
329330
#else
330331
*rate = CLOCK_GetRootClockFreq(clock_root);

0 commit comments

Comments
 (0)