|
@@ -82,10 +82,10 @@ const struct ti_bandgap_data omap4430_data = {
|
|
|
.registers = &omap4430_mpu_temp_sensor_registers,
|
|
|
.ts_data = &omap4430_mpu_temp_sensor_data,
|
|
|
.domain = "cpu",
|
|
|
- .slope = 0,
|
|
|
- .constant = 20000,
|
|
|
- .slope_pcb = 0,
|
|
|
- .constant_pcb = 20000,
|
|
|
+ .slope = OMAP_GRADIENT_SLOPE_4430,
|
|
|
+ .constant = OMAP_GRADIENT_CONST_4430,
|
|
|
+ .slope_pcb = OMAP_GRADIENT_SLOPE_W_PCB_4430,
|
|
|
+ .constant_pcb = OMAP_GRADIENT_CONST_W_PCB_4430,
|
|
|
.register_cooling = ti_thermal_register_cpu_cooling,
|
|
|
.unregister_cooling = ti_thermal_unregister_cpu_cooling,
|
|
|
},
|