From patchwork Mon Mar 16 21:59:11 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Warren X-Patchwork-Id: 243716 List-Id: U-Boot discussion From: twarren at nvidia.com (twarren at nvidia.com) Date: Mon, 16 Mar 2020 14:59:11 -0700 Subject: [PATCH 0/2] mmc: t210: fix autocal and 400KHz clock Message-ID: <1584395953-11561-1-git-send-email-twarren@nvidia.com> From: Tom Warren These two patches contain fixes for two issues found on T210 MMC during Nano bringup. Autocal wasn't being done correctly as per the TRM, and the 375/400KHz MMC card detect clock wasn't using the correct parameters as per the TRM. Tom Warren (2): mmc: t210: Add autocal and tap/trim updates for SDMMC1/3 mmc: t210: Fix 'bad' SD-card clock when doing 400KHz card detect arch/arm/include/asm/arch-tegra/tegra_mmc.h | 20 ++++-- drivers/mmc/tegra_mmc.c | 102 +++++++++++++++++++++++++--- 2 files changed, 110 insertions(+), 12 deletions(-)