htcleo: activated kgsl

This commit is contained in:
Markinus 2010-08-29 11:32:23 +02:00
parent d3a4673828
commit bf2525d761

View File

@ -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));