summaryrefslogtreecommitdiff
path: root/drivers/video/mvf_dcu.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/mvf_dcu.c')
-rw-r--r--drivers/video/mvf_dcu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/mvf_dcu.c b/drivers/video/mvf_dcu.c
index 829d9443f59a..063003750052 100644
--- a/drivers/video/mvf_dcu.c
+++ b/drivers/video/mvf_dcu.c
@@ -1017,9 +1017,9 @@ static int __devinit mvf_dcu_probe(struct platform_device *pdev)
goto failed_get_resource;
}
- gpio_request_one(DCU_LCD_ENABLE_PIN, GPIOF_OUT_INIT_LOW, "DCU");
+ gpio_request_one(plat_data->enable_pin, GPIOF_OUT_INIT_LOW, "DCU");
msleep(2);
- gpio_set_value(DCU_LCD_ENABLE_PIN, 0);
+ gpio_set_value(plat_data->enable_pin, 0);
writel(0x20000000, MVF_IO_ADDRESS(MVF_TCON0_BASE_ADDR));