Skip to content

Commit 7d32b55

Browse files
danieldegrassefabiobaltieri
authored andcommitted
docs: migration-guide-3.5: add changes for i.MX RT boards
Add migration guide notes for i.MX RT boards, including the following changes: - i.MX RT boards must now manually enable CONFIG_DEVICE_CONFIGURATION_DATA and CONFIG_NXP_IMX_EXTERNAL_SDRAM when required - SNVS pin names have changed for i.MX RT11xx series boards Signed-off-by: Daniel DeGrasse <[email protected]>
1 parent 7e5b421 commit 7d32b55

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/releases/migration-guide-3.5.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,17 @@ Device Drivers and Device Tree
216216
The two new flags :c:macro:`ISOTP_MSG_FDF` and :c:macro:`ISOTP_MSG_BRS` were added for CAN FD
217217
mode.
218218

219+
* NXP i.MX RT based boards should now enable
220+
:kconfig:option:`CONFIG_DEVICE_CONFIGURATION_DATA` at the board level when
221+
using a DCD with the RT bootrom, and enable
222+
:kconfig:option:`CONFIG_NXP_IMX_EXTERNAL_SDRAM` when using external SDRAM
223+
via the SEMC
224+
225+
* NXP i.MX RT11xx series SNVS pin control name identifiers have been updated to
226+
match with the source data for these SOCs. The pin names have had the
227+
suffix ``dig`` added. For example, ``iomuxc_snvs_wakeup_gpio13_io00`` has
228+
been renamed to ``iomuxc_snvs_wakeup_dig_gpio13_io00``
229+
219230
Power Management
220231
================
221232

0 commit comments

Comments
 (0)