Skip to content

Commit 6c68e6b

Browse files
committed
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 not needed, so there is no failed check on the init order anymore when compiling. Signed-off-by: Phi Bang Nguyen <[email protected]>
1 parent b3b0388 commit 6c68e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/video/Kconfig.mcux_csi

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ config VIDEO_MCUX_CSI
1111

1212
config VIDEO_MCUX_CSI_INIT_PRIORITY
1313
int "NXP MCUX CSI init priority"
14-
default 61
14+
default 59
1515
depends on VIDEO_MCUX_CSI
1616
help
1717
Initialization priority for the CSI interface on an NXP MCUX device.

0 commit comments

Comments
 (0)