diff mbox series

[U-Boot,2/9] sunxi: Enable eMMC on Cubietruck Plus

Message ID 20170922072635.32105-3-wens@csie.org
State Accepted
Commit 818b2933055a2d444f43d94e2a7ffce0082fc56b
Delegated to: Jagannadha Sutradharudu Teki
Headers show
Series sunxi: A83T improvements | expand

Commit Message

Chen-Yu Tsai Sept. 22, 2017, 7:26 a.m. UTC
Set CONFIG_MMC_SUNXI_SLOT_EXTRA=2 to enable the eMMC controller to
access eMMC on the board.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
---
 configs/Cubietruck_plus_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Maxime Ripard Sept. 22, 2017, 7:57 a.m. UTC | #1
On Fri, Sep 22, 2017 at 07:26:28AM +0000, Chen-Yu Tsai wrote:
> Set CONFIG_MMC_SUNXI_SLOT_EXTRA=2 to enable the eMMC controller to
> access eMMC on the board.
> 
> Signed-off-by: Chen-Yu Tsai <wens@csie.org>

Applied, thanks!
Maxime
diff mbox series

Patch

diff --git a/configs/Cubietruck_plus_defconfig b/configs/Cubietruck_plus_defconfig
index 34444ec0bd09..3d999192cbc1 100644
--- a/configs/Cubietruck_plus_defconfig
+++ b/configs/Cubietruck_plus_defconfig
@@ -4,6 +4,7 @@  CONFIG_MACH_SUN8I_A83T=y
 CONFIG_DRAM_CLK=672
 CONFIG_DRAM_ZQ=15355
 CONFIG_DRAM_ODT_EN=y
+CONFIG_MMC_SUNXI_SLOT_EXTRA=2
 CONFIG_USB0_VBUS_PIN="AXP0-VBUS-ENABLE"
 CONFIG_USB0_VBUS_DET="AXP0-VBUS-DETECT"
 CONFIG_USB0_ID_DET="PH11"