diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-tegra/board-ventana-panel.c | 9 | ||||
-rw-r--r-- | arch/arm/mach-tegra/board-ventana-power.c | 1 |
2 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/mach-tegra/board-ventana-panel.c b/arch/arm/mach-tegra/board-ventana-panel.c index d6c89cdd0172..e100af193fa1 100644 --- a/arch/arm/mach-tegra/board-ventana-panel.c +++ b/arch/arm/mach-tegra/board-ventana-panel.c @@ -93,16 +93,7 @@ static struct platform_device ventana_backlight_device = { static int ventana_panel_enable(void) { - static struct regulator *reg = NULL; gpio_set_value(ventana_pnl_pwr_enb, 1); - if (reg == NULL) { - reg = regulator_get(NULL, "avdd_lvds"); - if (WARN_ON(IS_ERR(reg))) - pr_err("%s: couldn't get regulator avdd_lvds: %ld\n", - __func__, PTR_ERR(reg)); - else - regulator_enable(reg); - } gpio_set_value(ventana_lvds_shutdown, 1); return 0; } diff --git a/arch/arm/mach-tegra/board-ventana-power.c b/arch/arm/mach-tegra/board-ventana-power.c index bec4ce0f879d..d56ac998a385 100644 --- a/arch/arm/mach-tegra/board-ventana-power.c +++ b/arch/arm/mach-tegra/board-ventana-power.c @@ -69,7 +69,6 @@ static struct regulator_consumer_supply tps658621_ldo2_supply[] = { static struct regulator_consumer_supply tps658621_ldo3_supply[] = { REGULATOR_SUPPLY("avdd_usb", NULL), REGULATOR_SUPPLY("avdd_usb_pll", NULL), - REGULATOR_SUPPLY("avdd_lvds", NULL), }; static struct regulator_consumer_supply tps658621_ldo4_supply[] = { REGULATOR_SUPPLY("avdd_osc", NULL), |