diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-01-04 20:08:36 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-01-17 09:00:40 +0900 |
commit | e348dd0e99f3c6121b769f5fe26ea10faafaf1b3 (patch) | |
tree | 5f791522cbdac5893f36a2769c52d3a64aad818e /configs/uniphier_ld20_defconfig | |
parent | 035ebf85b09cf11c820ae9eec414097420741abd (diff) | |
download | u-boot-e348dd0e99f3c6121b769f5fe26ea10faafaf1b3.tar.gz u-boot-e348dd0e99f3c6121b769f5fe26ea10faafaf1b3.tar.xz u-boot-e348dd0e99f3c6121b769f5fe26ea10faafaf1b3.zip |
ARM: uniphier: enable Cadence eMMC controller for LD11/LD20
Enable SDMA (Single Operation DMA) for LD11, but not for LD20.
The SDMA does not work for LD20 boards because they are generally
equipped with more memory than fits in the 32 bit physical address
space supported by the SDMA.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'configs/uniphier_ld20_defconfig')
-rw-r--r-- | configs/uniphier_ld20_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/uniphier_ld20_defconfig b/configs/uniphier_ld20_defconfig index 449093a3fb..190ebd51ea 100644 --- a/configs/uniphier_ld20_defconfig +++ b/configs/uniphier_ld20_defconfig @@ -28,6 +28,8 @@ CONFIG_GPIO_UNIPHIER=y CONFIG_MISC=y CONFIG_I2C_EEPROM=y CONFIG_MMC_UNIPHIER=y +CONFIG_MMC_SDHCI=y +CONFIG_MMC_SDHCI_CADENCE=y CONFIG_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_STORAGE=y |