This driver is used to power up sdio card or eMMC.
It handle the reset-gpio, clocks and needed delays for powerup/powerdown.
Details
Details
- Reviewers
- None
- Group Reviewers
ARM arm64 - Commits
- rGd35cbeb4b1e6: mmc: Add mmc-pwrseq driver
rG5b2a81f58dc7: mmc: Add mmc-pwrseq driver
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
sys/dev/mmc/mmc_pwrseq.c | ||
---|---|---|
152 | What are the units for post_power_on_delay and power_off_delay? They seem to be different if for former has * 1000 but not the latter. |
sys/dev/mmc/mmc_pwrseq.c | ||
---|---|---|
152 | ms and us respectively as noted in the binding names, I'll append the unit in the variable too so it's more clear. |
sys/dev/mmc/mmc_pwrseq.c | ||
---|---|---|
1 | SPDX-License-Identifier? |