diff --git a/doc/releases/migration-guide-4.0.rst b/doc/releases/migration-guide-4.0.rst index 2ebcbfed599..b8c490b05f4 100644 --- a/doc/releases/migration-guide-4.0.rst +++ b/doc/releases/migration-guide-4.0.rst @@ -88,6 +88,14 @@ Interrupt Controller LED Strip ========= +SDHC +==== + +* The NXP USDHC driver now assumes a card is present if no card detect method + is configured, instead of using the peripheral's internal card detect signal + to check for card presence. To use the internal card detect signal, the + devicetree property ``detect-cd`` should be added to the USDHC node in use. + Sensors =======