From b84778b1c8c95fdd163f7db30105fd12c62b0095 Mon Sep 17 00:00:00 2001 From: Markinus Date: Tue, 12 Oct 2010 21:45:02 +0200 Subject: [PATCH] Revert "htcleo: disable display as first to init it then completly new" This reverts commit 5c03e5fbb0bbbf58a5771ddb9d38691f0c8b192f. --- arch/arm/mach-msm/board-htcleo-panel.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/arch/arm/mach-msm/board-htcleo-panel.c b/arch/arm/mach-msm/board-htcleo-panel.c index 9fc7103a..6eb2cc38 100644 --- a/arch/arm/mach-msm/board-htcleo-panel.c +++ b/arch/arm/mach-msm/board-htcleo-panel.c @@ -953,12 +953,7 @@ int __init htcleo_init_panel(void) } detect_panel_type(); - - gpio_set_value(HTCLEO_GPIO_LCM_RESET, 0); - LCM_DELAY(2); - vreg_disable(vreg_lcd); - gpio_set_value(HTCLEO_GPIO_LCM_POWER, 0); - + ret = platform_device_register(&msm_device_mdp); if (ret != 0) return ret;