From 7d5f2b6af3564e498409afbe23766586d6116f14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fin=20Maa=C3=9F?= Date: Fri, 24 May 2024 14:33:45 +0200 Subject: [PATCH] doc: migration-guide-3.7: rename litex compatible MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mention the change of compatible of the LiteX VexRiscV interrupt controller. Signed-off-by: Fin Maaß --- doc/releases/migration-guide-3.7.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/releases/migration-guide-3.7.rst b/doc/releases/migration-guide-3.7.rst index 5a4402325f4..d39890f43cf 100644 --- a/doc/releases/migration-guide-3.7.rst +++ b/doc/releases/migration-guide-3.7.rst @@ -73,6 +73,9 @@ Boards :kconfig:option:`CONFIG_I2C` is set. Users who need this setting enabled should set it in their project config file. (:github:`73067`) +* LiteX: Renamed the ``compatible`` of the LiteX VexRiscV interrupt controller node from + ``vexriscv-intc0`` to :dtcompatible:`litex,vexriscv-intc0`. (:github:`73211`) + Modules *******