
On 04/21/2015 10:57 PM, Yangbo Lu wrote:
The SD clock could be generated by platform clock or peripheral clock for some platforms. This patch adds peripheral clock support for T1024/T1040/T2080. To enable it, define CONFIG_FSL_ESDHC_USE_PERIPHERAL_CLK.
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 some code and commit message
arch/powerpc/cpu/mpc85xx/speed.c | 49 ++++++++++++++++++++++++++++++- arch/powerpc/include/asm/config_mpc85xx.h | 10 +++++-- drivers/mmc/fsl_esdhc.c | 41 ++++++++++++++++++++++++++ include/e500.h | 1 + include/fsl_esdhc.h | 4 +++ 5 files changed, 102 insertions(+), 3 deletions(-)
Applied to u-boot-mpc85xx master. Awaiting upstream.
York