Skip to content

Commit a738613

Browse files
ngphibanghenrikbrixandersen
authored andcommitted
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 <[email protected]>
1 parent 59e253e commit a738613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/video/Kconfig.mcux_csi

Lines changed: 1 addition & 1 deletion
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)