diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2016-11-30 16:57:38 +0100 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2017-01-11 17:44:03 +0100 |
commit | 17fd771bd124e3030929ee0d63609eb8658495b6 (patch) | |
tree | 4b10a4a44f948ce1290fcf972012c17dccb6a581 | |
parent | 9b1d7cae48113f4443768a8a73c9fe4a12e2ada0 (diff) |
apalis-tk1: disable external clock loopback on SDMMC3
Actually make use of that shiny new CONFIG_TEGRA124_MMC_DISABLE_EXT_LOOPBACK.
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r-- | configs/apalis-tk1_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/apalis-tk1_defconfig b/configs/apalis-tk1_defconfig index c1caef1bf93..204137bf69e 100644 --- a/configs/apalis-tk1_defconfig +++ b/configs/apalis-tk1_defconfig @@ -37,6 +37,7 @@ CONFIG_DFU_MMC=y CONFIG_DFU_RAM=y # CONFIG_DM_MMC_OPS is not set CONFIG_TEGRA_MMC=y +CONFIG_TEGRA124_MMC_DISABLE_EXT_LOOPBACK=y CONFIG_E1000=y CONFIG_PCI=y CONFIG_DM_PCI=y |