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:
parent
59e253ed4a
commit
a738613dcf
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue