[PATCH v2 0/7] Add Support for MMC/SD in J721e

Lokesh Vutla lokeshvutla at ti.com
Mon Jan 20 06:59:13 CET 2020



On 16/01/20 7:42 PM, Faiz Abbas wrote:
> The following patches add support for MMC/SD in J721e. Currently, SD
> card is capped at 25 MBps and eMMC is capped at 50 MBps. Support for
> higher speeds and eMMC boot support will be added in futures series.
> 
> v2:
> 1. Dropped FAT_WRITE patch because its already merged.
> 2. Fixed up environment patch to support latest CONFIGS.
> 3. Rebased to the latest u-boot-ti next branch

Merged into u-boot-ti

Thanks and regards,
Lokesh

> 
> Faiz Abbas (7):
>   mmc: am654_sdhci: Get Xin clock by name
>   mmc: am654_sdhci: Add Support for configuring PHY in J721e
>   arm: dts: k3-j721e-common-proc-board: Remove voltage-ranges from sdhci
>     nodes
>   arm: dts: k3-j721e-common-proc-board: Add pinmux for SD card
>   configs: j721e_evm: Add configs for ADMA Support
>   configs: j721e_evm_a72: Add Support for GPT partitions
>   configs: j721e_evm: Add configs for environment in eMMC
> 
>  arch/arm/dts/k3-am654-base-board-u-boot.dtsi  |   3 +-
>  .../k3-j721e-common-proc-board-u-boot.dtsi    |   4 +
>  arch/arm/dts/k3-j721e-common-proc-board.dts   |  22 ++-
>  .../arm/dts/k3-j721e-r5-common-proc-board.dts |  16 +++
>  configs/j721e_evm_a72_defconfig               |   9 +-
>  configs/j721e_evm_r5_defconfig                |   7 +-
>  drivers/mmc/am654_sdhci.c                     | 129 ++++++++++++++----
>  include/configs/j721e_evm.h                   |  12 ++
>  8 files changed, 166 insertions(+), 36 deletions(-)
> 


More information about the U-Boot mailing list