From: Greg Meiste Date: Fri, 27 May 2011 16:17:28 +0000 (-0500) Subject: [ARM] tegra: sdhci: Add new flag for runtime clock disable X-Git-Tag: firefly_0821_release~9833^2~2^2~1 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e02917f693cfc8cd043541fbc1a0fef55854c508;p=firefly-linux-kernel-4.4.55.git [ARM] tegra: sdhci: Add new flag for runtime clock disable The rt_disable flag can be used to disable the sdhci clock when not needed. Change-Id: I5b3d593f046627ce17405133c744e409dba7e241 Signed-off-by: Greg Meiste --- diff --git a/arch/arm/mach-tegra/include/mach/sdhci.h b/arch/arm/mach-tegra/include/mach/sdhci.h index 34e2686fca45..ef42f1b586ad 100644 --- a/arch/arm/mach-tegra/include/mach/sdhci.h +++ b/arch/arm/mach-tegra/include/mach/sdhci.h @@ -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;