From: Thomas Abraham <[email protected]>

This patch adds additional elements in the s3c6410 sdhci
platform data structure. The elements added are parent clock name,
source clock name and desired clock speed.

Signed-off-by: Thomas Abraham <[email protected]>
---
 arch/arm/plat-s3c/include/plat/sdhci.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/arch/arm/plat-s3c/include/plat/sdhci.h 
b/arch/arm/plat-s3c/include/plat/sdhci.h
index f615308..b96ec42 100644
--- a/arch/arm/plat-s3c/include/plat/sdhci.h
+++ b/arch/arm/plat-s3c/include/plat/sdhci.h
@@ -37,6 +37,9 @@ struct mmc_ios;
 struct s3c_sdhci_platdata {
        unsigned int    max_width;
        unsigned int    host_caps;
+       char            clk_parent_name[20];
+       char            clk_source_name[20];
+       unsigned long   clk_speed;
 
        char            **clocks;       /* set of clock sources */
 
-- 
1.5.3.4

--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to