Skip to content

Commit e6a6deb

Browse files
danieldegrassenashif
authored andcommitted
doc: releases: migration-guide-4.0: document change to USDHC card detect
NXP IMX USDHC fallback card detection method changed from querying the peripheral to simply assuming the card was present. Add a note to the migration guide highlighting this and explaining how to restore the previous behavior for anyone using this detection method. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
1 parent 17f71e1 commit e6a6deb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/releases/migration-guide-4.0.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,14 @@ Interrupt Controller
8888
LED Strip
8989
=========
9090

91+
SDHC
92+
====
93+
94+
* The NXP USDHC driver now assumes a card is present if no card detect method
95+
is configured, instead of using the peripheral's internal card detect signal
96+
to check for card presence. To use the internal card detect signal, the
97+
devicetree property ``detect-cd`` should be added to the USDHC node in use.
98+
9199
Sensors
92100
=======
93101

0 commit comments

Comments
 (0)