From patchwork Thu Mar 26 22:30:20 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "tomcwarren3959 at gmail.com" X-Patchwork-Id: 244354 List-Id: U-Boot discussion From: tomcwarren3959 at gmail.com (tomcwarren3959 at gmail.com) Date: Thu, 26 Mar 2020 15:30:20 -0700 Subject: [PATCH 0/2 v2] mmc: t210: fix autocal and 400KHz clock Message-ID: <1585261822-3420-1-git-send-email-tomcwarren3959@gmail.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(-)