drivers: video: csi: Increase init priority

The CSI needs to be initialized BEFORE the camera sensor to provide
clock to the camera sensor. It is now possible to do so as direct
reference to the sensor via phandle is now removed. There will be
no check failure on the init order anymore when compiling.

Signed-off-by: Phi Bang Nguyen <phibang.nguyen@nxp.com>
This commit is contained in:
Phi Bang Nguyen 2024-10-21 22:00:45 +02:00 committed by Henrik Brix Andersen
parent 59e253ed4a
commit a738613dcf

View file

@ -11,7 +11,7 @@ config VIDEO_MCUX_CSI
config VIDEO_MCUX_CSI_INIT_PRIORITY config VIDEO_MCUX_CSI_INIT_PRIORITY
int "NXP MCUX CSI init priority" int "NXP MCUX CSI init priority"
default 61 default 59
depends on VIDEO_MCUX_CSI depends on VIDEO_MCUX_CSI
help help
Initialization priority for the CSI interface on an NXP MCUX device. Initialization priority for the CSI interface on an NXP MCUX device.