lipengfei28 commented on code in PR #16798: URL: https://github.com/apache/nuttx/pull/16798#discussion_r2261879974
########## arch/arm64/src/imx9/imx9_clockconfig.c: ########## @@ -562,3 +693,128 @@ int imx9_get_rootclock(int clkroot, uint32_t *frequency) return -ENODEV; } +#endif + +#ifdef CONFIG_IMX9_CLK_OVER_SCMI Review Comment: done ########## arch/arm64/src/imx9/imx9_clockconfig.c: ########## @@ -53,6 +55,135 @@ * Private Functions ****************************************************************************/ +#ifdef CONFIG_IMX9_CLK_OVER_SCMI Review Comment: done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org