Re: [U-Boot] [PATCH v2 4/4] thermal: imx_thermal: use CPU temperature grade for trip points

2015-05-17 Thread Nikolay Dimitrov
On 05/14/2015 08:11 AM, Tim Harvey wrote: Replace the hard-coded values for min/max/passive with values derived from the CPU temperature grade. Signed-off-by: Tim Harvey thar...@gateworks.com --- drivers/thermal/imx_thermal.c | 29 +++-- 1 file changed, 19

[U-Boot] [PATCH v2 4/4] thermal: imx_thermal: use CPU temperature grade for trip points

2015-05-13 Thread Tim Harvey
Replace the hard-coded values for min/max/passive with values derived from the CPU temperature grade. Signed-off-by: Tim Harvey thar...@gateworks.com --- drivers/thermal/imx_thermal.c | 29 +++-- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git