Skip to content
Commit 352ee868 authored by Pavan Kunapuli's avatar Pavan Kunapuli Committed by Ulf Hansson
Browse files

mmc: tegra: Write xfer_mode, CMD regs in together



If there is a gap between xfer mode and command register writes,
tegra SDMMC controller can sometimes issue a spurious command before
the CMD register is written. To avoid this, these two registers need
to be written together in a single write operation.

This is implemented as an NVQUIRK as it applies to T114, T124 and
T132.

Signed-off-by: default avatarPavan Kunapuli <pkunapuli@nvidia.com>
Signed-off-by: default avatarRhyland Klein <rklein@nvidia.com>
Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
parent 0501be64
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment