Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

video: mcux_csi: set a dedicated init priority for video_mcux_csi #60168

Merged
merged 1 commit into from
Jul 19, 2023

Commits on Jul 7, 2023

  1. video: mcux_csi: set a dedicated init priority for video_mcux_csi

    Set a dedicated priority for the video_mcux_csi instead of using the
    default kernel device init priority. This allows initializing the device
    in a sequence that matches the devicetree hirearchy compared to mt9m114.
    
    Fixes the error:
    
    ERROR: /soc/csi@402bc000 POST_KERNEL 50 <
    	/soc/i2c@403f0000/mt9m114@48 POST_KERNEL 60
    
    found using:
    
    $ west build -p -b mimxrt1064_evk samples/subsys/video/capture \
    		-DCONFIG_CHECK_INIT_PRIORITIES=y
    
    Signed-off-by: Fabio Baltieri <[email protected]>
    fabiobaltieri committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    f955f0c View commit details
    Browse the repository at this point in the history