From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 5 May 2015 09:39:21 -0700 Subject: [U-Boot] [PATCH v3 3/4] mmc: fsl_esdhc: Add peripheral clock support In-Reply-To: <1429682260-34693-1-git-send-email-yangbo.lu@freescale.com> References: <1429682260-34693-1-git-send-email-yangbo.lu@freescale.com> Message-ID: <5548F239.5010602@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > Cc: York Sun > Cc: Pantelis Antoniou > --- > 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