[U-Boot] [PATCH 02/21] mmc: tegra: use correct alias for SDHCI/MMC nodes

Simon Glass sjg at chromium.org
Mon Sep 19 02:58:21 CEST 2016


On 13 September 2016 at 10:45, Stephen Warren <swarren at wwwdotorg.org> wrote:
> From: Stephen Warren <swarren at nvidia.com>
>
> The Tegra MMC driver currently honors "sdhci" entries in /aliases. The
> MMC core however uses "mmc" entries in /aliases. This difference will be
> relevant once the Tegra MMC driver is converted to DM, and the MMC core
> handles alias lookups. To avoid issues during that conversion, fix the
> Tegra MMC driver and all Tegra DTs to use the same alias name as the MMC
> core does.
>
> Cc: Jaehoon Chung <jh80.chung at samsung.com>
> Signed-off-by: Stephen Warren <swarren at nvidia.com>
> ---
>  arch/arm/dts/tegra114-dalmore.dts     |  4 ++--
>  arch/arm/dts/tegra124-cei-tk1-som.dts |  4 ++--
>  arch/arm/dts/tegra124-jetson-tk1.dts  |  4 ++--
>  arch/arm/dts/tegra124-nyan-big.dts    |  4 ++--
>  arch/arm/dts/tegra124-venice2.dts     |  4 ++--
>  arch/arm/dts/tegra186-p2771-0000.dtsi |  4 ++--
>  arch/arm/dts/tegra20-colibri.dts      |  2 +-
>  arch/arm/dts/tegra20-harmony.dts      |  4 ++--
>  arch/arm/dts/tegra20-medcom-wide.dts  |  2 +-
>  arch/arm/dts/tegra20-paz00.dts        |  4 ++--
>  arch/arm/dts/tegra20-plutux.dts       |  2 +-
>  arch/arm/dts/tegra20-seaboard.dts     |  4 ++--
>  arch/arm/dts/tegra20-tec.dts          |  2 +-
>  arch/arm/dts/tegra20-trimslice.dts    |  4 ++--
>  arch/arm/dts/tegra20-ventana.dts      |  4 ++--
>  arch/arm/dts/tegra20-whistler.dts     |  4 ++--
>  arch/arm/dts/tegra210-e2220-1170.dts  |  4 ++--
>  arch/arm/dts/tegra210-p2371-0000.dts  |  4 ++--
>  arch/arm/dts/tegra210-p2371-2180.dts  |  4 ++--
>  arch/arm/dts/tegra210-p2571.dts       |  4 ++--
>  arch/arm/dts/tegra30-apalis.dts       |  6 +++---
>  arch/arm/dts/tegra30-beaver.dts       |  4 ++--
>  arch/arm/dts/tegra30-cardhu.dts       |  4 ++--
>  arch/arm/dts/tegra30-colibri.dts      |  4 ++--
>  arch/arm/dts/tegra30-tamonten.dtsi    |  6 +++---
>  drivers/mmc/tegra_mmc.c               | 10 +++++-----
>  26 files changed, 53 insertions(+), 53 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list