From 97bb2343b03c9eba4541891f017d1f5f005b7fda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Arg=C3=BCelles?= Date: Tue, 26 Nov 2024 09:20:19 +0700 Subject: [PATCH] doc: migration-guide-4.1: add note about nxp,kinetis-wdog32 change MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add note about compatible change for nxp,kinetis-wdog32. Signed-off-by: Manuel Argüelles --- doc/releases/migration-guide-4.1.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/releases/migration-guide-4.1.rst b/doc/releases/migration-guide-4.1.rst index da2240cb987..1d2d29f8ae7 100644 --- a/doc/releases/migration-guide-4.1.rst +++ b/doc/releases/migration-guide-4.1.rst @@ -172,6 +172,11 @@ Video The new ``video-controls.h`` source now contains description of each control ID to help disambiguating. +Watchdog +======== + +* Renamed the ``compatible`` from ``nxp,kinetis-wdog32`` to :dtcompatible:`nxp,wdog32`. + Bluetooth *********