Skip to content
Snippets Groups Projects
Commit 7d640e9b authored by Priyanka Jain's avatar Priyanka Jain Committed by Kumar Gala
Browse files

powerpc/85xx: Corrected sdhc clock value for P1010


SDHC clock is equal to CCB on P1010 and P1014 not CCB/2.

Signed-off-by: default avatarPriyanka Jain <Priyanka.Jain@freescale.com>
Signed-off-by: default avatarPoonam Aggrwal <Poonam.Aggrwal@freescale.com>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 1fbf3483
No related branches found
No related tags found
No related merge requests found
......@@ -262,7 +262,8 @@ int get_clocks (void)
gd->i2c2_clk = gd->i2c1_clk;
#if defined(CONFIG_FSL_ESDHC)
#ifdef CONFIG_MPC8569
#if defined(CONFIG_MPC8569) || defined(CONFIG_P1010) ||\
defined(CONFIG_P1014)
gd->sdhc_clk = gd->bus_clk;
#else
gd->sdhc_clk = gd->bus_clk / 2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment