Change-Id: If20d390afc27eeef8c90b28984467e4808b3187a
Signed-off-by: Greg Meiste <w30289@motorola.com>
tegra_drive_pinmux_config_table(stingray_drive_pinmux,
ARRAY_SIZE(stingray_drive_pinmux));
+ if (!stingray_hw_has_cdma() && !stingray_hw_has_umts()) {
+ /* Keep the pins from floating and creating excessive
+ * current drain. */
+ tegra_pinmux_set_pullupdown(TEGRA_PINGROUP_GMC,
+ TEGRA_PUPD_PULL_UP);
+ tegra_pinmux_set_pullupdown(TEGRA_PINGROUP_UDA,
+ TEGRA_PUPD_PULL_UP);
+ }
+
tegra_gpio_disable(TEGRA_GPIO_PE0);
tegra_gpio_disable(TEGRA_GPIO_PE1);
tegra_gpio_disable(TEGRA_GPIO_PE2);