From 34622c05ab0a9e272e103a07549dacdcf48890e3 Mon Sep 17 00:00:00 2001 From: Alain Volmat Date: Mon, 12 May 2025 09:34:36 +0200 Subject: [PATCH] doc: releases: add note regarding dcmi binding update Add note regarding the move of the video/dcmi driver to the usage of endpoint based video-interfaces bindings. Signed-off-by: Alain Volmat --- doc/releases/migration-guide-4.2.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/releases/migration-guide-4.2.rst b/doc/releases/migration-guide-4.2.rst index 4d6aabf58ac..028b3dad45c 100644 --- a/doc/releases/migration-guide-4.2.rst +++ b/doc/releases/migration-guide-4.2.rst @@ -501,6 +501,13 @@ Video ``VIDEO_PIX_FMT_GRBG8`` becomes ``VIDEO_PIX_FMT_SGRBG8`` ``VIDEO_PIX_FMT_RGGB8`` becomes ``VIDEO_PIX_FMT_SRGGB8`` +* On STM32 devices, the DCMI driver (:dtcompatible:`st,stm32-dcmi`) now relies on endpoint based + video-interfaces.yaml bindings for sensor interface properties (such as bus width and + synchronization signals). + Also the ``capture-rate`` property has been replaced by the usage of the frame interval API + :c:func:`video_set_frmival`. + See (:github:`89627`). + Other subsystems ****************