From 055c4a0a2e717199d9c6c91a33eaac8242bdabfe Mon Sep 17 00:00:00 2001 From: Jilay Pandya Date: Wed, 15 Jan 2025 08:12:51 +0100 Subject: [PATCH] docs: migration guide 4.1: fifo_depth renamed add migration guide entry after renaming fifo_depth to fifo-depth Signed-off-by: Jilay Pandya --- 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 cd478557e31..c9ee3722c84 100644 --- a/doc/releases/migration-guide-4.1.rst +++ b/doc/releases/migration-guide-4.1.rst @@ -187,6 +187,11 @@ I2C * Renamed the ``compatible`` from ``nxp,imx-lpi2c`` to :dtcompatible:`nxp,lpi2c`. +I2S +=== + +* Renamed the device tree property from ``fifo_depth`` to ``fifo-depth``. + Input =====