Skip to content

Conversation

@tchebb
Copy link

@tchebb tchebb commented Nov 22, 2025

commit bf61a47 ("drivers: sdhc: imx_usdhc: extend reset timeout duration") extended the timeout from 100 iterations to 1000 iterations for the USDHC_Reset() call in imx_usdhc_reset() but not in the other places it's called. I have observed a "usdhc: Failed to reset command line" error from imx_usdhc_error_recovery() on an i.MX RT1061, which goes away if I extend the timeout. Do so there and also at other call sites for good measure.

commit bf61a47 ("drivers: sdhc: imx_usdhc: extend reset timeout
duration") extended the timeout from 100 iterations to 1000 iterations
for the USDHC_Reset() call in imx_usdhc_reset() but not in the other
places it's called. I have observed a "usdhc: Failed to reset command
line" error from imx_usdhc_error_recovery() on an i.MX RT1061, which
goes away if I extend the timeout. Do so there and also at other call
sites for good measure.

Signed-off-by: Thomas Hebb <[email protected]>
@github-actions
Copy link

Hello @tchebb, and thank you very much for your first pull request to the Zephyr project!
Our Continuous Integration pipeline will execute a series of checks on your Pull Request commit messages and code, and you are expected to address any failures by updating the PR. Please take a look at our commit message guidelines to find out how to format your commit messages, and at our contribution workflow to understand how to update your Pull Request. If you haven't already, please make sure to review the project's Contributor Expectations and update (by amending and force-pushing the commits) your pull request if necessary.
If you are stuck or need help please join us on Discord and ask your question there. Additionally, you can escalate the review when applicable. 😊

@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants