Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: sdhc: imx_usdhc: assume card is present if no detection method
The imx USDHC driver previously queried the peripheral's internal card detect signal to check card presence if no card detect method was configured. However, some boards do not route the card detect signal and do not work correctly with the DAT3 detection method supported by this peripheral. As a fallback, assume the card is present in the slot but log a warning to the user. Fixes zephyrproject-rtos#42227 (cherry picked from commit 17f71e1) Original-Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com> GitOrigin-RevId: 17f71e1 Cr-Build-Id: 8738819815572775377 Cr-Build-Url: https://cr-buildbucket.appspot.com/build/8738819815572775377 Copybot-Job-Name: zephyr-main-copybot-downstream Change-Id: I2205284a9c94d4f9b6b0592ab17417686b4ead19 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5807813 Reviewed-by: Eric Yilun Lin <yllin@google.com> Tested-by: Eric Yilun Lin <yllin@google.com> Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com> Commit-Queue: Eric Yilun Lin <yllin@google.com>
- Loading branch information