[ARM] tegra: sdhci: Add new flag for runtime clock disable
authorGreg Meiste <w30289@motorola.com>
Fri, 27 May 2011 16:17:28 +0000 (11:17 -0500)
committerTodd Poynor <toddpoynor@google.com>
Thu, 9 Jun 2011 22:47:02 +0000 (15:47 -0700)
The rt_disable flag can be used to disable the sdhci clock when
not needed.

Change-Id: I5b3d593f046627ce17405133c744e409dba7e241
Signed-off-by: Greg Meiste <w30289@motorola.com>
arch/arm/mach-tegra/include/mach/sdhci.h

index 34e2686fca454f0cc1a649aa69e5cd5f4397264e..ef42f1b586ad134d83767f32d1066617f29577ad 100644 (file)
@@ -22,6 +22,7 @@
 struct tegra_sdhci_platform_data {
        const char *clk_id;
        int force_hs;
+       int rt_disable;
        int cd_gpio;
        int wp_gpio;
        int power_gpio;