Initial OC/UV/OV
/arch/arm/mach-msm/board-jf_vzw.c
blob:1e33c17d2326808f0712855c7a15df6d1f366df0 -> blob:55565cf08a6365c3e181b2760840e477e5e0e22e
--- arch/arm/mach-msm/board-jf_vzw.c
+++ arch/arm/mach-msm/board-jf_vzw.c
@@ -3138,9 +3138,9 @@ static struct platform_device msm_tsens_
};
static struct msm_thermal_data msm_thermal_pdata = {
- .sensor_id = 7,
+ .sensor_id = 0,
.poll_ms = 250,
- .limit_temp_degC = 60,
+ .limit_temp_degC = 75,
.temp_hysteresis_degC = 10,
.freq_step = 2,
};
@@ -5130,7 +5130,7 @@ static void __init apq8064_common_init(v
machine_is_mpq8064_dtv()))
platform_add_devices(common_not_mpq_devices,
ARRAY_SIZE(common_not_mpq_devices));
-
+
#ifdef CONFIG_KEYBOARD_CYPRESS_TOUCH_236
if (system_rev < 10)
platform_device_register(&touchkey_i2c_gpio_device);