From bf2525d7611bf521751940b4e524bbc02db0b5a0 Mon Sep 17 00:00:00 2001 From: Markinus Date: Sun, 29 Aug 2010 11:32:23 +0200 Subject: [PATCH] htcleo: activated kgsl --- arch/arm/mach-msm/board-htcleo.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-msm/board-htcleo.c b/arch/arm/mach-msm/board-htcleo.c index 6dd5eb1f..e4c40b61 100644 --- a/arch/arm/mach-msm/board-htcleo.c +++ b/arch/arm/mach-msm/board-htcleo.c @@ -441,7 +441,7 @@ static struct platform_device *devices[] __initdata = &msm_device_i2c, // &htcleo_backlight, // &htcleo_headset, -// &msm_kgsl_device, + &msm_kgsl_device, // &capella_cm3602, // &msm_camera_sensor_s5k3e2fx, &htcleo_flashlight_device, @@ -525,12 +525,12 @@ static void __init htcleo_init(void) /* set the gpu power rail to manual mode so clk en/dis will not * turn off gpu power, and hang it on resume */ -/* + htcleo_kgsl_power_rail_mode(0); htcleo_kgsl_power(false); mdelay(100); htcleo_kgsl_power(true); -*/ + msm_device_i2c_init(); platform_add_devices(devices, ARRAY_SIZE(devices));