lipengfei28 commented on code in PR #16798: URL: https://github.com/apache/nuttx/pull/16798#discussion_r2259570850
########## arch/arm64/src/imx9/imx9_clockconfig.h: ########## @@ -30,11 +30,16 @@ #include <nuttx/config.h> #include <stdint.h> +#ifdef CONFIG_IMX9_CLK_OVER_SCMI +#include "hardware/imx95/imx95_clock.h" +#include "imx9_scmi.h" Review Comment: clock_config_t defined in hardware/imx95/imx95_clock.h sm_clock_t define in imx9_scmi.h -- 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