3 changes: 3 additions & 0 deletions 3 drivers/mmc/fsl_esdhc.c Original file line numberDiff line numberDiff line change @@ -543,6 +543,9 @@ int fsl_esdhc_initialize(bd_t *bis, struct fsl_esdhc_cfg *cfg) /* First reset the eSDHC controller */ esdhc_reset(regs);...
struct fsl_esdhc_cfg esdhc_cfg[2] = { {MMC_SDHC1_BASE_ADDR, 1}, {MMC_SDHC2_BASE_ADDR, 1}, {MMC_SDHC1_BASE_ADDR}, {MMC_SDHC2_BASE_ADDR}, }; #endif4 changes: 2 additions & 2 deletions 4 board/freescale/mx53ard/mx53ard.c Original file line numberDiff line numberDiff line...
void fdt_fixup_esdhc(void *blob, bd_t *bd) { const char *compat = "fsl,esdhc"; const char *status = "okay"; if (!hwconfig("esdhc")) { status = "disabled"; goto out; } do_fixup_by_compat_u32(blob, compat, "clock-frequency", gd->sdhc_clk, 1); out: do_fixup_by_co...
#ifdef CONFIG_FSL_ESDHC #if defined(CONFIG_FSL_ESDHC_USE_PERIPHERAL_CLK) #if defined(CONFIG_TARGET_LS1046ARDB) gd->arch.sdhc_clk = sys_info.freq_cga_m2 / 2; #endif #if defined(CONFIG_TARGET_LS1043ARDB) gd->arch.sdhc_clk = sys_info.freq_cga_m2;...
val &= ~ESDHC_TUNING_STEP_MASK; val |= (priv->tuning_step) << ESDHC_TUNING_STEP_SHIFT;/* Disable the CMD CRC check for tuning, if not, need to * add some delay after every tuning command, because * hardware standard tuning logic will directly go to next ...
DDR has been set as secure in MMU tables. Non-secure master such as SDHC DMA cannot access data correctly. Mixing secure and non- secure MMU entries requirs the MMU tables themselves in secure memory. This patch moves MMU tables into a secure DDR area. Early MMU tables are changed to se...
sdhci sdhci-esdhc-imx.3: no write-protect pin available! mmc1: SDHCI controller on platform [sdhci-esdhc-imx.3] using DMA mxc_vdoa mxc_vdoa: i.MX Video Data Order Adapter(VDOA) driver probed VPU initialized mxc_asrc registered
priv->esdhc_regs = (struct fsl_esdhc *)(unsigned long)(cfg->esdhc_base); priv->sdhc_clk = cfg->sdhc_clk; priv->wp_enable = cfg->wp_enable;mmc_cfg = &plat->cfg;@@ -862,8 +857,6 @@ static int fsl_esdhc_probe(struct udevice *dev)...
MMC: FSL_SDHC: 0, FSL_SDHC: 1 *** Warning - bad CRC, using default environmentIn: serial Out: serial Err: serial Net: FEC [PRIME] Warning: failed to set MAC addressHit any key to stop autoboot: 0 mmc0 is current device mmc0 is current device ...
>> [ 1.936499] sdhci-esdhc-imx 30b50000.mmc: Got CD GPIO >> [ 1.978352] mmc1: SDHCI controller on 30b50000.mmc [30b50000.mmc] using >> ADMA > > See right there, mmc1 is discovered this time! > > >> >> [ 2.523713] Waiting for root device /dev/mmcblk1p2... ...