diff mbox

[U-Boot,v3,4/4] powerpc/t2080qds: enable eSDHC peripheral clock support

Message ID 1429682276-38765-1-git-send-email-yangbo.lu@freescale.com
State Accepted, archived
Delegated to: York Sun
Headers show

Commit Message

Yangbo Lu April 22, 2015, 5:57 a.m. UTC
Enable eSDHC peripheral clock support. u-boot and linux will
use SD clock generated by peripheral clock instead of platform
clock.

Signed-off-by: Yangbo Lu <yangbo.lu@freescale.com>
Cc: York Sun <yorksun@freescale.com>
Cc: Pantelis Antoniou <panto@antoniou-consulting.com>
---
Changes for v3:
	- Add Pantelis Antoniou to Cc list
	- Modify commit message
---
---
 include/configs/T208xQDS.h | 1 +
 1 file changed, 1 insertion(+)

Comments

York Sun May 5, 2015, 4:39 p.m. UTC | #1
On 04/21/2015 10:57 PM, Yangbo Lu wrote:
> Enable eSDHC peripheral clock support. u-boot and linux will
> use SD clock generated by peripheral clock instead of platform
> clock.
> 
> Signed-off-by: Yangbo Lu <yangbo.lu@freescale.com>
> Cc: York Sun <yorksun@freescale.com>
> Cc: Pantelis Antoniou <panto@antoniou-consulting.com>
> ---
> Changes for v3:
> 	- Add Pantelis Antoniou to Cc list
> 	- Modify commit message
> ---
> ---
>  include/configs/T208xQDS.h | 1 +
>  1 file changed, 1 insertion(+)
> 

Applied to u-boot-mpc85xx master. Awaiting upstream.

York
diff mbox

Patch

diff --git a/include/configs/T208xQDS.h b/include/configs/T208xQDS.h
index 8d6918a..ea8f89a 100644
--- a/include/configs/T208xQDS.h
+++ b/include/configs/T208xQDS.h
@@ -757,6 +757,7 @@  unsigned long get_board_ddr_clk(void);
 #ifdef CONFIG_MMC
 #define CONFIG_CMD_MMC
 #define CONFIG_FSL_ESDHC
+#define define CONFIG_FSL_ESDHC_USE_PERIPHERAL_CLK
 #define CONFIG_SYS_FSL_ESDHC_ADDR	CONFIG_SYS_MPC85xx_ESDHC_ADDR
 #define CONFIG_SYS_FSL_ESDHC_BROKEN_TIMEOUT
 #define CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33