From 838eae9abf3f9640dfd534a19e489ce32d530bd6 Mon Sep 17 00:00:00 2001 From: Derek Snell Date: Mon, 14 Apr 2025 10:58:29 -0400 Subject: [PATCH] doc: releases: migration-guide-4.2: add mclk-output for nxp,mcux-i2s Document new mclk-output property. Signed-off-by: Derek Snell --- doc/releases/migration-guide-4.2.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/releases/migration-guide-4.2.rst b/doc/releases/migration-guide-4.2.rst index b46fccdbd73..60b88fcd7ed 100644 --- a/doc/releases/migration-guide-4.2.rst +++ b/doc/releases/migration-guide-4.2.rst @@ -163,6 +163,12 @@ GPIO now left as a placeholder and mapper. The labels have also been changed along, so no changes are necessary for regular use. +I2S +=== +* The :dtcompatible:`nxp,mcux-i2s` driver added property ``mclk-output``. Set this property to +* configure the MCLK signal as an output. Older driver versions used the macro +* ``I2S_OPT_BIT_CLK_SLAVE`` to configure the MCLK signal direction. (:github:`88554`) + Sensors =======