diff mbox

[U-Boot] powerpc/t4240rdb: enable eSDHC 3.3V support

Message ID 1416273144-13823-1-git-send-email-X.Xie@freescale.com
State Accepted
Delegated to: York Sun
Headers show

Commit Message

Xiaobo Xie Nov. 18, 2014, 1:12 a.m. UTC
The SD supply Voltage was 3.3V on T4240RDB, so enabled 3.3V support for eSDHC.

Signed-off-by: Xie Xiaobo <X.Xie@freescale.com>
Signed-off-by: Wujie Qiu <B49553@freescale.com>
---
 include/configs/T4240RDB.h | 1 +
 1 file changed, 1 insertion(+)

Comments

York Sun Dec. 5, 2014, 4:38 p.m. UTC | #1
On 11/17/2014 05:12 PM, Xie Xiaobo wrote:
> The SD supply Voltage was 3.3V on T4240RDB, so enabled 3.3V support for eSDHC.
> 
> Signed-off-by: Xie Xiaobo <X.Xie@freescale.com>
> Signed-off-by: Wujie Qiu <B49553@freescale.com>
> ---

Applied to u-boot-mpc85xx, awaiting upstream.

York
diff mbox

Patch

diff --git a/include/configs/T4240RDB.h b/include/configs/T4240RDB.h
index 13f4bd3..38ea1ba 100644
--- a/include/configs/T4240RDB.h
+++ b/include/configs/T4240RDB.h
@@ -667,6 +667,7 @@  unsigned long get_board_ddr_clk(void);
 #define CONFIG_CMD_EXT2
 #define CONFIG_CMD_FAT
 #define CONFIG_DOS_PARTITION
+#define CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33
 #endif
 
 /* Hash command with SHA acceleration supported in hardware */