summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra
diff options
context:
space:
mode:
authorJeetesh Burman <jburman@nvidia.com>2015-06-18 11:19:03 +0530
committerWinnie Hsu <whsu@nvidia.com>2015-06-18 15:05:51 -0700
commitf4b7cea52cbb840d56154ab41772964773a728f1 (patch)
treee0d3af758515454229e1058323aebc8b98292832 /arch/arm/mach-tegra
parent4e3f9f2d43945e8bf240c680af29c2fb179cc74c (diff)
Revert "mmc: sdhci: tegra: update T2T and Tap hole for VCM30T124"
This reverts commit 28c9354b7cbade8813e0e5dbe9937300219fbeb9. Signed-off-by: Jeetesh Burman <jburman@nvidia.com> Change-Id: I4a809d75523513c939fa17a6dbeebee292aec77b Reviewed-on: http://git-master/r/759472 GVS: Gerrit_Virtual_Submit Reviewed-by: Winnie Hsu <whsu@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra')
-rw-r--r--arch/arm/mach-tegra/tegra12_clocks.c7
-rw-r--r--arch/arm/mach-tegra/tegra12_speedo.c6
2 files changed, 0 insertions, 13 deletions
diff --git a/arch/arm/mach-tegra/tegra12_clocks.c b/arch/arm/mach-tegra/tegra12_clocks.c
index 27571cc881b9..bb738a86b51a 100644
--- a/arch/arm/mach-tegra/tegra12_clocks.c
+++ b/arch/arm/mach-tegra/tegra12_clocks.c
@@ -9033,13 +9033,6 @@ void tegra_edp_throttle_cpu_now(u8 factor)
bool tegra_clk_is_parent_allowed(struct clk *c, struct clk *p)
{
/*
- * Ideally, this function should be a look-up table for permissions
- * based on SKU. For now, allowing all combinations for Automotive SKU.
- */
- if (tegra_is_soc_automotive_speedo())
- return true;
-
- /*
* Most of the Tegra12 multimedia and peripheral muxes include pll_c2
* and pll_c3 as possible inputs. However, per clock policy these plls
* are allowed to be used only by handful devices aggregated on cbus.
diff --git a/arch/arm/mach-tegra/tegra12_speedo.c b/arch/arm/mach-tegra/tegra12_speedo.c
index 70eed60b97a9..0faeb54bcf59 100644
--- a/arch/arm/mach-tegra/tegra12_speedo.c
+++ b/arch/arm/mach-tegra/tegra12_speedo.c
@@ -367,12 +367,6 @@ static int get_enable_app_profiles(char *val, const struct kernel_param *kp)
return param_get_uint(val, kp);
}
-bool tegra_is_soc_automotive_speedo(void)
-{
- return (tegra_soc_speedo_id() == 2);
-}
-EXPORT_SYMBOL(tegra_is_soc_automotive_speedo);
-
static struct kernel_param_ops tegra_profiles_ops = {
.get = get_enable_app_profiles,
};