summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-tegra/board-enterprise-panel.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-tegra/board-enterprise-panel.c b/arch/arm/mach-tegra/board-enterprise-panel.c
index 00b8b29c8318..366bf921393d 100644
--- a/arch/arm/mach-tegra/board-enterprise-panel.c
+++ b/arch/arm/mach-tegra/board-enterprise-panel.c
@@ -63,8 +63,6 @@
#define enterprise_lcd_te TEGRA_GPIO_PJ1
-#define enterprise_bl_pwm TEGRA_GPIO_PH3
-
#ifdef CONFIG_TEGRA_DC
static struct regulator *enterprise_dsi_reg;
static bool dsi_regulator_status;
@@ -530,10 +528,6 @@ static int enterprise_dsi_panel_enable(void)
if (ret)
return ret;
-#if IS_EXTERNAL_PWM
- tegra_gpio_disable(enterprise_bl_pwm);
-#endif
-
#if DSI_PANEL_RESET
if (board_info.fab >= BOARD_FAB_A03) {
if (enterprise_lcd_reg == NULL) {