summaryrefslogtreecommitdiffstats
path: root/include/fsl_esdhc.h
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2010-03-18 15:51:05 -0500
committerKumar Gala <galak@kernel.crashing.org>2010-04-07 00:01:11 -0500
commitcc4d1226585fa2544b5116702b02eacbb7aa48a1 (patch)
tree029d33f169cca5518765e362231974c734a694ff /include/fsl_esdhc.h
parentffa37fc98d71ef930bccd4e9eed37f6ce6b4d6af (diff)
downloadblackbird-obmc-uboot-cc4d1226585fa2544b5116702b02eacbb7aa48a1.tar.gz
blackbird-obmc-uboot-cc4d1226585fa2544b5116702b02eacbb7aa48a1.zip
fsl_esdhc: Always stop clock before changing frequency
We need to stop the clocks on 83xx/85xx as well as imx. No need to make this code conditional to just imx. Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Acked-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include/fsl_esdhc.h')
-rw-r--r--include/fsl_esdhc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/fsl_esdhc.h b/include/fsl_esdhc.h
index 01b7dec188..57a08cd4c5 100644
--- a/include/fsl_esdhc.h
+++ b/include/fsl_esdhc.h
@@ -2,7 +2,7 @@
* FSL SD/MMC Defines
*-------------------------------------------------------------------
*
- * Copyright 2007-2008, Freescale Semiconductor, Inc
+ * Copyright 2007-2008,2010 Freescale Semiconductor, Inc
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
@@ -148,7 +148,6 @@
struct fsl_esdhc_cfg {
u32 esdhc_base;
u32 no_snoop;
- u32 clk_enable;
};
/* Select the correct accessors depending on endianess */
OpenPOWER on IntegriCloud