Skip to content

Commit 832e02d

Browse files
danieldegrassemmahadevan108
authored andcommitted
doc: releases: migration-guide-4.0: add note about disk-name for SD/MMC
SD and MMC devices now require the disk-name property. Add a note to the migration guide so that users know the recommended value to add for this name for each disk driver type. Signed-off-by: Daniel DeGrasse <[email protected]>
1 parent 07a8e32 commit 832e02d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

doc/releases/migration-guide-4.0.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,22 @@ Crypto
208208
Display
209209
=======
210210

211+
Disk
212+
====
213+
214+
* The SDMMC subsystem driver now requires a ``disk-name`` property be supplied
215+
with the definition of the disk, which is used when registering the
216+
SD device with the disk subsystem. This permits multiple SD devices to be
217+
registered simultaneously. If unsure, ``disk-name = "SD"`` may be used
218+
as a sane default.
219+
220+
* The MMC subsystem driver now requires a ``disk-name`` property be supplied
221+
with the definition of the disk, which is used when registering the
222+
MMC device with the disk subsystem. This permits multiple MMC devices to be
223+
registered simultaneously. If unsure, ``disk-name = "SD2"`` may be used
224+
as a sane default.
225+
226+
211227
Enhanced Serial Peripheral Interface (eSPI)
212228
===========================================
213229

0 commit comments

Comments
 (0)