boards: mimxrt1170_evk_cm7: Reduce DAT3 power toggle delay
dat3 power toggle delay was unreasonably long. Reduce it to a more reasonable amount of system clock cycles. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
parent
419dc385f2
commit
ed5e06420e
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ config SDMMC_USDHC_DAT3_PWR_TOGGLE
|
|||
default y
|
||||
|
||||
config SDMMC_USDHC_DAT3_PWR_DELAY
|
||||
default 1000
|
||||
default 10
|
||||
|
||||
endif # DISK_DRIVERS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue