Skip to content

Commit 1dd96ba

Browse files
ngphibanghenrikbrixandersen
authored andcommitted
drivers: video: csi: Remove obsolete comment
Remove the obsolete comment about the init order of the CSI and the camera sensors (e.g. mt9m114) which is not true anymore. Signed-off-by: Phi Bang Nguyen <[email protected]>
1 parent 5bbaffe commit 1dd96ba

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

drivers/video/video_mcux_csi.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -510,11 +510,6 @@ static int video_mcux_csi_init_0(const struct device *dev)
510510
return video_mcux_csi_init(dev);
511511
}
512512

513-
/* CONFIG_KERNEL_INIT_PRIORITY_DEVICE is used to make sure the
514-
* CSI peripheral is initialized before the camera, which is
515-
* necessary since the clock to the camera is provided by the
516-
* CSI peripheral.
517-
*/
518513
DEVICE_DT_INST_DEFINE(0, &video_mcux_csi_init_0, NULL, &video_mcux_csi_data_0,
519514
&video_mcux_csi_config_0, POST_KERNEL, CONFIG_VIDEO_MCUX_CSI_INIT_PRIORITY,
520515
&video_mcux_csi_driver_api);

0 commit comments

Comments
 (0)