summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-norrin-power.c
diff options
context:
space:
mode:
authorPrashant Malani <pmalani@nvidia.com>2014-03-11 11:47:47 -0700
committerTerje Bergstrom <tbergstrom@nvidia.com>2014-03-14 02:01:20 -0700
commitc5a46650bd093e5558d41d9023f9bf0dda033fdf (patch)
treed31b141c530ef46e8264e91026ebd536de6b5f54 /arch/arm/mach-tegra/board-norrin-power.c
parent9aa01d3eefb15b2cd2574de802085ad7de435fbe (diff)
ARM: tegra: norrin: remove gpu rail always_on
Bug 1455815 Change-Id: I592e40ffa3d1e955db72cca3e4bcf008f39c8730 Signed-off-by: Prashant Malani <pmalani@nvidia.com> Reviewed-on: http://git-master/r/380454 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Krishna Sitaraman <ksitaraman@nvidia.com> Reviewed-by: Peng Du <pdu@nvidia.com> Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/board-norrin-power.c')
-rw-r--r--arch/arm/mach-tegra/board-norrin-power.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-tegra/board-norrin-power.c b/arch/arm/mach-tegra/board-norrin-power.c
index 6d379275dfcd..13befe6e5959 100644
--- a/arch/arm/mach-tegra/board-norrin-power.c
+++ b/arch/arm/mach-tegra/board-norrin-power.c
@@ -197,11 +197,7 @@ AMS_PDATA_INIT(sd2, NULL, 1350000, 1350000, 1, 1, 1, 0);
AMS_PDATA_INIT(sd4, NULL, 1050000, 1050000, 1, 1, 1,
AS3722_EXT_CONTROL_ENABLE1);
AMS_PDATA_INIT(sd5, NULL, 1800000, 1800000, 1, 1, 1, 0);
-#ifdef CONFIG_ARCH_TEGRA_13x_SOC
-AMS_PDATA_INIT(sd6, NULL, 650000, 1200000, 1, 1, 1, 0);
-#else
AMS_PDATA_INIT(sd6, NULL, 650000, 1200000, 0, 1, 1, 0);
-#endif
AMS_PDATA_INIT(ldo0, AS3722_SUPPLY(sd2), 1050000, 1250000, 1, 1, 1,
AS3722_EXT_CONTROL_ENABLE1);
AMS_PDATA_INIT(ldo1, NULL, 1800000, 1800000, 0, 1, 1, 0);